TextViewRoleAttribute Constructor (String^)
Visual Studio 2015
Construct a new instance of the attribute.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- role
-
Type:
System::String^
The case-insensitive name of the role.
| Exception | Condition |
|---|---|
| ArgumentNullException | role is null or empty. |
Show: