UserVisibleAttribute(Boolean) Constructor
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.
Initializes a new instance of the UserVisibleAttribute.
public:
UserVisibleAttribute(bool userVisible);
public:
UserVisibleAttribute(bool userVisible);
UserVisibleAttribute(bool userVisible);
public UserVisibleAttribute (bool userVisible);
new Microsoft.VisualStudio.Text.Classification.UserVisibleAttribute : bool -> Microsoft.VisualStudio.Text.Classification.UserVisibleAttribute
Public Sub New (userVisible As Boolean)
Parameters
- userVisible
- Boolean
true
if the extension is visible to the user, otherwise false
.