ITextViewRoleSet::UnionWith Method (ITextViewRoleSet^)
Visual Studio 2015
Gets the union of the set and another text view role set.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
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. |
Show: