ITextViewRoleSet Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | Contains(String^) | Determines whether the given text view role is a member of the set. |
![]() | ContainsAll(IEnumerable<String^>^) | Determines whether the set contains all of the given text view roles. |
![]() | ContainsAny(IEnumerable<String^>^) | Determines whether the set contains at least one of the given text view roles. |
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
![]() | UnionWith(ITextViewRoleSet^) | Gets the union of the set and another text view role set. |
Show:
