RegistrySettingPathAttribute Class
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.
Apply this to a public property in a DialogPage base class to indicate that the property should be persisted to the VS user settings registry instead of ISettingsManager.
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class RegistrySettingPathAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type RegistrySettingPathAttribute = class
inherit Attribute
Public Class RegistrySettingPathAttribute
Inherits Attribute
- Inheritance
-
RegistrySettingPathAttribute
- Attributes
Constructors
RegistrySettingPathAttribute(String, String) |
Properties
KeyPath | |
ValueName |