Package.IVsAsyncUnifiedSettingsObserverFactory.CreateSettingsObserverAsync Metoda

Definice

Vytvoří instanci pozorovatele sjednoceného nastavení identifikovaného daným identifikátorem 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

Parametry

guid
Guid

Identifikace Guid typu pozorovatele.

Návraty

Úkol, jehož výsledkem je:

  • Pozorovatel sjednoceného nastavení nebo
  • null, pokud guid není podporováno.

Implementuje

Platí pro