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

apc*_*apc 5 vb.net wpf visual-studio-2017

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

看看我能看到的定义:

<EditorBrowsable(EditorBrowsableState.Advanced)>
Public ReadOnly Property Dispatcher As Dispatcher
Run Code Online (Sandbox Code Playgroud)

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

在此输入图像描述

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