UserVisibleAttribute Constructor (Boolean)

 

Initializes a new instance of the UserVisibleAttribute.

Namespace:   Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

public:
UserVisibleAttribute(
	bool userVisible
)

Parameters

userVisible
Type: System::Boolean

true if the extension is visible to the user, otherwise false.

Return to top
Show: