ISettingsManagerHost.PrivateStorage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The backing store for private settings.
public:
property Microsoft::VisualStudio::Settings::IStringStorage ^ PrivateStorage { Microsoft::VisualStudio::Settings::IStringStorage ^ get(); };
public Microsoft.VisualStudio.Settings.IStringStorage PrivateStorage { get; }
member this.PrivateStorage : Microsoft.VisualStudio.Settings.IStringStorage
Public ReadOnly Property PrivateStorage As IStringStorage
Property Value
The storage object.