ITextViewRoleSet Interface
Visual Studio 2015
Set of text view roles.
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. |
For more information about text view roles, see the "Extending Adornments" section of Editor Extension Points.
Show:
