DefaultEditorOptionValueAttribute 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.
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
Constructors
DefaultEditorOptionValueAttribute(Object) |
Attribute to define the default value of an editor option. |
Properties
DefaultEditorOptionValue |
Default Value of the editor option |