ProvideSettingAttribute.Scope Property

Definition

Gets the scope of the setting.

public:
 property Microsoft::VisualStudio::Shell::SettingScope Scope { Microsoft::VisualStudio::Shell::SettingScope get(); };
public:
 property Microsoft::VisualStudio::Shell::SettingScope Scope { Microsoft::VisualStudio::Shell::SettingScope get(); };
public Microsoft.VisualStudio.Shell.SettingScope Scope { get; }
member this.Scope : Microsoft.VisualStudio.Shell.SettingScope
Public ReadOnly Property Scope As SettingScope

Property Value

The scope of the setting.

Applies to