IVsUnifiedSettingsObserverFactory Interface

Definition

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

[System.Runtime.InteropServices.Guid("b2d10780-c41b-410e-b199-08cd9a4f22a6")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUnifiedSettingsObserverFactory
[<System.Runtime.InteropServices.Guid("b2d10780-c41b-410e-b199-08cd9a4f22a6")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUnifiedSettingsObserverFactory = interface
Public Interface IVsUnifiedSettingsObserverFactory
Attributes

Methods

CreateSettingsObserver(Guid)

Instantiates Unified Settings observer identified by the given guid.

Applies to