ITextViewRoleSet::Contains Method (String^)
Visual Studio 2015
Determines whether the given text view role is a member of the set.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- textViewRole
-
Type:
System::String^
The role.
Return Value
Type: System::Booleantrue if the given text view role is a member of the set, otherwise false.
| Exception | Condition |
|---|---|
| ArgumentNullException | textViewRole is null. |
Show: