ITextEditorFactoryService::DefaultRoles Property

 

The set of roles that are used when creating a text view without specifying text view roles.

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

property ITextViewRoleSet^ DefaultRoles {
	ITextViewRoleSet^ get();
}

Property Value

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

The default roles.

Return to top
Show: