Share via


SettingNameAttribute Class

Definition

Attribute used to define the name an option is persisted with.

public ref class SettingNameAttribute sealed : Microsoft::VisualStudio::Utilities::SingletonBaseMetadataAttribute
public sealed class SettingNameAttribute : Microsoft.VisualStudio.Utilities.SingletonBaseMetadataAttribute
type SettingNameAttribute = class
    inherit SingletonBaseMetadataAttribute
Public NotInheritable Class SettingNameAttribute
Inherits SingletonBaseMetadataAttribute
Inheritance

Remarks

If null, then the option is persisted using the description's Name attribute.

Constructors

Name Description
SettingNameAttribute(String)

Properties

Name Description
SettingName

Applies to