ITextViewRoleSet::UnionWith Method (ITextViewRoleSet^)

 

Gets the union of the set and another text view role set.

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

ITextViewRoleSet^ UnionWith(
	ITextViewRoleSet^ roleSet
)

Parameters

roleSet
Type: Microsoft.VisualStudio.Text.Editor::ITextViewRoleSet^

The second text view role set.

Return Value

Type: Microsoft.VisualStudio.Text.Editor::ITextViewRoleSet^

The union of the set and another text view role set.

Exception Condition
ArgumentNullException

roleSet is null.

Return to top
Show: