ProvideSettingAttribute::Scope Property

Visual Studio 2015
 

Gets the scope of the setting.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property SettingScope Scope {
	[CompilerGeneratedAttribute]
	SettingScope get();
	[CompilerGeneratedAttribute]
	private: void set(SettingScope value);
}

Property Value

Type: Microsoft.VisualStudio.Shell::SettingScope

The scope of the setting.

Return to top
Show: