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::SingletonBaseMetadataAttribute
	public ref class UserVisibleAttribute sealed : Microsoft::VisualStudio::Utilities::SingletonBaseMetadataAttribute
	public sealed class UserVisibleAttribute : Microsoft.VisualStudio.Utilities.SingletonBaseMetadataAttribute
	type UserVisibleAttribute = class
    inherit SingletonBaseMetadataAttribute
	Public 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.  |