次の方法で共有


ProvideSettingsObserverAttribute(Type) Constructor

Definition

Initializes a new instance of the ProvideSettingsObserverAttribute class.

public ProvideSettingsObserverAttribute (Type observerType);
new Microsoft.VisualStudio.Shell.ProvideSettingsObserverAttribute : Type -> Microsoft.VisualStudio.Shell.ProvideSettingsObserverAttribute
Public Sub New (observerType As Type)

Parameters

observerType
Type

The type of the settings observer, which must implement ISettingsObserver.

Applies to