DialogPage::SharedSettingsStorePath Property

Visual Studio 2015
 

Gets the location where the settings are stored in the shared settings store. It's based on the SharedSettingsAttribute on your AutomationObject, or the full type name if the attribute is not specified.

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

protected:
property String^ SharedSettingsStorePath {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The path.

Return to top
Show: