Package.IVsAsyncUnifiedSettingsObserverFactory.CreateSettingsObserverAsync Method

Definition

Instantiates Unified Settings observer identified by the given guid.

Microsoft.VisualStudio.Shell.Interop.IVsTask IVsAsyncUnifiedSettingsObserverFactory.CreateSettingsObserverAsync (Guid guid);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsAsyncUnifiedSettingsObserverFactory.CreateSettingsObserverAsync : Guid -> Microsoft.VisualStudio.Shell.Interop.IVsTask
override this.Microsoft.VisualStudio.Shell.Interop.IVsAsyncUnifiedSettingsObserverFactory.CreateSettingsObserverAsync : Guid -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Function CreateSettingsObserverAsync (guid As Guid) As IVsTask Implements IVsAsyncUnifiedSettingsObserverFactory.CreateSettingsObserverAsync

Parameters

guid
Guid

The Guid identifying the observer type.

Returns

A task whose result is is either:

Implements

Applies to