ISettingsManagerHost::PrivateStorage Property

Visual Studio 2015
 

Gets the backing store for private settings.

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

property IStringStorage^ PrivateStorage {
	IStringStorage^ get();
}

Property Value

Type: Microsoft.VisualStudio.Settings::IStringStorage^

The storage object.

Return to top
Show: