UserVisibleAttribute Class

Definition

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.

Applies to