DialogPage.SettingsRegistryPath 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.
Gets or sets the sub-key under the Visual Studio version-specific root for storing settings data for a dialog page.
protected:
property System::String ^ SettingsRegistryPath { System::String ^ get(); void set(System::String ^ value); };
protected:
property Platform::String ^ SettingsRegistryPath { Platform::String ^ get(); void set(Platform::String ^ value); };
protected string SettingsRegistryPath { get; set; }
member this.SettingsRegistryPath : string with get, set
Protected Property SettingsRegistryPath As String
Property Value
The sub-key of the Visual Studio version-specific registry tree that contain the settings for a given dialog page.
Remarks
By default, the path is the full name of the Type that is returned by AutomationObject, which is obtained with AutomationObject.GetType().FullName.
The Visual Studio version-specific registry tree is HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\Version, where Version is the Visual Studio version. An alternate root can be specified when the Visual Studio shell is initialized. For more information, see Command-Line Switches.