热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

在VS2017中隐藏了IntelliSense的调度程序-DispatcherhiddenfromIntelliSenseinVS2017

IvejuststartedusingVS2017andnoticedthatinWPFtheDispatcherobjectnolongershowsinInte

I've just started using VS2017 and noticed that in WPF the Dispatcher object no longer shows in IntelliSense when editing inside a window.

我刚刚开始使用VS2017,并注意到在WPF中,当在窗口内编辑时,Dispatcher对象不再显示在IntelliSense中。

Looking at the definition I can see:

看看我能看到的定义:


Public ReadOnly Property Dispatcher As Dispatcher

However the option to hide this is not available for Visual Basic:

但是,隐藏此选项的选项不适用于Visual Basic:

enter image description here

Now it's quite possible this is a bug in VS2017 but in case it's not any ideas?

现在很可能这是VS2017中的一个错误,但万一这不是什么想法?

1 个解决方案

#1


3  

this will display TheDispatcher function in IntelliSense:

这将在IntelliSense中显示TheDispatcher函数:


Public Function TheDispatcher(dispatcherObject As DispatcherObject) As Dispatcher
    Return dispatcherObject.Dispatcher
End Function

推荐阅读
author-avatar
Elaine_Fox
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有