RegistrySettingPathAttribute Class

Definition

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

Applies to