ProvideSettingsObserverAttribute(Type) Constructor
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.
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.