ITextViewRoleSet Methods

 

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

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.

Return to top
Show: