SettingsObserver Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SettingsObserver(SettingsObserverArguments, Boolean) | |
SettingsObserver(SettingsObserverArguments, Boolean, Guid) |
SettingsObserver(SettingsObserverArguments, Boolean)
protected SettingsObserver (Microsoft.VisualStudio.Shell.SettingsObserverArguments args, bool callOnMainThread);
new Microsoft.VisualStudio.Shell.SettingsObserver : Microsoft.VisualStudio.Shell.SettingsObserverArguments * bool -> Microsoft.VisualStudio.Shell.SettingsObserver
Protected Sub New (args As SettingsObserverArguments, callOnMainThread As Boolean)
Parameters
- callOnMainThread
- Boolean
Applies to
SettingsObserver(SettingsObserverArguments, Boolean, Guid)
protected SettingsObserver (Microsoft.VisualStudio.Shell.SettingsObserverArguments args, bool callOnMainThread, Guid ignoredEventSource);
new Microsoft.VisualStudio.Shell.SettingsObserver : Microsoft.VisualStudio.Shell.SettingsObserverArguments * bool * Guid -> Microsoft.VisualStudio.Shell.SettingsObserver
Protected Sub New (args As SettingsObserverArguments, callOnMainThread As Boolean, ignoredEventSource As Guid)
Parameters
- callOnMainThread
- Boolean
- ignoredEventSource
- Guid
A Guid that identifies an event source from which setting update notifications should be ignored, possibly because changes from that event source came from the package implementing the observer.