ProvideSettingAttribute Constructor (String^, SettingScope, SettingStorage)

Visual Studio 2015
 

Initializes a new instance of one or more settings to be shared.

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

public:
ProvideSettingAttribute(
	String^ name,
	SettingScope scope,
	SettingStorage storage
)

Parameters

name
Type: System::String^

The setting name. Wildcards are supported, like MyCompany.MyFeature.*

scope
Type: Microsoft.VisualStudio.Shell::SettingScope

The scope.

storage
Type: Microsoft.VisualStudio.Shell::SettingStorage

The storate.

Return to top
Show: