DefaultEditorOptionValueAttribute Class

Definition

Attribute to define a default value for an editor option. Only value types and strings are supported.

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

Constructors

DefaultEditorOptionValueAttribute(Object)

Attribute to define the default value of an editor option.

Properties

DefaultEditorOptionValue

Default Value of the editor option

Applies to