ITextViewRoleSet Interface

 

Set of text view roles.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

public interface ITextViewRoleSet : IEnumerable<string>, IEnumerable

NameDescription
System_CAPS_pubmethodContains(String)

Determines whether the given text view role is a member of the set.

System_CAPS_pubmethodContainsAll(IEnumerable<String>)

Determines whether the set contains all of the given text view roles.

System_CAPS_pubmethodContainsAny(IEnumerable<String>)

Determines whether the set contains at least one of the given text view roles.

System_CAPS_pubmethodGetEnumerator()

(Inherited from IEnumerable<T>.)

System_CAPS_pubmethodUnionWith(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.

Return to top
Show: