IVsAsyncUnifiedSettingsObserverFactory.CreateSettingsObserverAsync Method
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.
Instantiates Unified Settings observer identified by the given guid.
public Microsoft.VisualStudio.Shell.Interop.IVsTask CreateSettingsObserverAsync (Guid guid);
abstract member CreateSettingsObserverAsync : Guid -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function CreateSettingsObserverAsync (guid As Guid) As IVsTask
Parameters
Returns
A task whose result is is either:
Remarks
This factory method should subscribe to settings changes for the observer object before returning.