OptionUserModifiableAttribute 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.
A MEF attribute determining if an option is user modifiable.
public ref class OptionUserModifiableAttribute sealed : Microsoft::VisualStudio::Utilities::SingletonBaseMetadataAttribute
public sealed class OptionUserModifiableAttribute : Microsoft.VisualStudio.Utilities.SingletonBaseMetadataAttribute
type OptionUserModifiableAttribute = class
inherit SingletonBaseMetadataAttribute
Public NotInheritable Class OptionUserModifiableAttribute
Inherits SingletonBaseMetadataAttribute
- Inheritance
Constructors
OptionUserModifiableAttribute(Boolean) |
Initializes a new instance of the OptionUserModifiableAttribute. |
Properties
OptionUserModifiable |
Determines whether the option is modifiable to the user. |