UserVisibleAttribute 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.
Determining if an export should be visible to the user.
public ref class UserVisibleAttribute sealed : Microsoft::VisualStudio::Utilities::SingletonBaseMetadataAttributepublic ref class UserVisibleAttribute sealed : Microsoft::VisualStudio::Utilities::SingletonBaseMetadataAttributepublic sealed class UserVisibleAttribute : Microsoft.VisualStudio.Utilities.SingletonBaseMetadataAttributetype UserVisibleAttribute = class
    inherit SingletonBaseMetadataAttributePublic NotInheritable Class UserVisibleAttribute
Inherits SingletonBaseMetadataAttribute- Inheritance
Remarks
For more information about this attribute, see Language Service and Editor Extension Points.
Constructors
| UserVisibleAttribute(Boolean) | Initializes a new instance of the UserVisibleAttribute. | 
Properties
| UserVisible | Determines whether the extension is visible to the user. |