ITextViewRoleSet.UnionWith(ITextViewRoleSet) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- roleSet
- ITextViewRoleSet
Returns
The union of the set and another text view role set.
Exceptions
if roleSet
is null.