IVsAsyncUnifiedSettingsObserverFactory Interface

Definition

An asynchronous factory interface for creating objects that observe changes to Unified Settings.

[System.Runtime.InteropServices.Guid("d6225e73-4825-4ac6-99f3-4af29d61305f")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAsyncUnifiedSettingsObserverFactory
[<System.Runtime.InteropServices.Guid("d6225e73-4825-4ac6-99f3-4af29d61305f")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAsyncUnifiedSettingsObserverFactory = interface
Public Interface IVsAsyncUnifiedSettingsObserverFactory
Derived
Attributes

Methods

CreateSettingsObserverAsync(Guid)

Instantiates Unified Settings observer identified by the given guid.

Applies to