Share via


IVsUnifiedSettingsObserverFactory.CreateSettingsObserver(Guid) Method

Definition

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

guid
Guid

The Guid identifying the observer type.

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.

Applies to