作者:Elaine_Fox | 来源:互联网 | 2023-08-10 15:21
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:
Now it's quite possible this is a bug in VS2017 but in case it's not any ideas?
现在很可能这是VS2017中的一个错误,但万一这不是什么想法?
1 个解决方案