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

时间:2017-03-15 14:17:22

标签: wpf vb.net visual-studio-2017

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

看看我能看到的定义:

ID2

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

enter image description here

现在很可能这是VS2017中的一个错误,但是如果它没有任何想法?

1 个答案:

答案 0 :(得分:3)

这将在IntelliSense中显示TheDispatcher功能:

<System.Runtime.CompilerServices.Extension>
Public Function TheDispatcher(dispatcherObject As DispatcherObject) As Dispatcher
    Return dispatcherObject.Dispatcher
End Function