IVsUnifiedSettingsObserverFactory.CreateSettingsObserver(Guid) Method
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.
Instantiates Unified Settings observer identified by the given guid.
public object CreateSettingsObserver (Guid guid);
abstract member CreateSettingsObserver : Guid -> obj
Public Function CreateSettingsObserver (guid As Guid) As Object
Parameters
Returns
The Unified Settings observer, or null
if guid
is not supported.
Remarks
This factory method should subscribe to settings changes for the observer object before returning.