ITextViewRoleSet.UnionWith(ITextViewRoleSet) Method

Definition

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

public:
 Microsoft::VisualStudio::Text::Editor::ITextViewRoleSet ^ UnionWith(Microsoft::VisualStudio::Text::Editor::ITextViewRoleSet ^ roleSet);
public Microsoft.VisualStudio.Text.Editor.ITextViewRoleSet UnionWith (Microsoft.VisualStudio.Text.Editor.ITextViewRoleSet roleSet);
abstract member UnionWith : Microsoft.VisualStudio.Text.Editor.ITextViewRoleSet -> Microsoft.VisualStudio.Text.Editor.ITextViewRoleSet
Public Function UnionWith (roleSet As ITextViewRoleSet) As ITextViewRoleSet

Parameters

Returns

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

Exceptions

if roleSet is null.

Applies to