OptionUserVisibleAttribute 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 visible to the user.
public ref class OptionUserVisibleAttribute sealed : Microsoft::VisualStudio::Utilities::SingletonBaseMetadataAttribute
public sealed class OptionUserVisibleAttribute : Microsoft.VisualStudio.Utilities.SingletonBaseMetadataAttribute
type OptionUserVisibleAttribute = class
inherit SingletonBaseMetadataAttribute
Public NotInheritable Class OptionUserVisibleAttribute
Inherits SingletonBaseMetadataAttribute
- Inheritance
Constructors
OptionUserVisibleAttribute(Boolean) |
Initializes a new instance of the OptionUserVisibleAttribute. |
Properties
OptionUserVisible |
Determines whether the option is visible to the user. |