ITextViewRoleSet Interface
Visual Studio 2012
Set of text view roles.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
The ITextViewRoleSet type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Contains | Determines whether the given text view role is a member of the set. |
![]() | ContainsAll | Determines whether the set contains all of the given text view roles. |
![]() | ContainsAny | Determines whether the set contains at least one of the given text view roles. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerable<String>.) |
![]() | UnionWith | Gets the union of the set and another text view role set. |
For more information about text view roles, see the "Extending Adornments" section of Editor Extension Points.
