ITextEditorFactoryService::CreateTextViewRoleSet Method (array<String^>^)

 

Creates a ITextViewRoleSet containing the given roles.

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

ITextViewRoleSet^ CreateTextViewRoleSet(
	... array<String^>^ roles
)

Parameters

roles
Type: array<System::String^>^

The roles.

Return Value

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

The text view role set.

Return to top
Show: