ProvideSettingAttribute::Storage Property

Visual Studio 2015
 

Gets the storage of the setting.

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

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

Property Value

Type: Microsoft.VisualStudio.Shell::SettingStorage

The storage.

Return to top
Show: