IVsUnifiedSettingsObserverFactory Interface
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.
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. |