I've just started using VS2017 and noticed that in WPF the Dispatcher
object no longer shows in IntelliSense when editing inside a window.
Looking at the definition I can see:
<EditorBrowsable(EditorBrowsableState.Advanced)>
Public ReadOnly Property Dispatcher As Dispatcher
However the option to hide this is not available for Visual Basic:
Now it's quite possible this is a bug in VS2017 but in case it's not any ideas?
this will display TheDispatcher
function in IntelliSense:
<System.Runtime.CompilerServices.Extension>
Public Function TheDispatcher(dispatcherObject As DispatcherObject) As Dispatcher
Return dispatcherObject.Dispatcher
End Function
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With