ITextEditorFactoryService.DefaultRoles Property

Definition

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

public:
 property Microsoft::VisualStudio::Text::Editor::ITextViewRoleSet ^ DefaultRoles { Microsoft::VisualStudio::Text::Editor::ITextViewRoleSet ^ get(); };
public Microsoft.VisualStudio.Text.Editor.ITextViewRoleSet DefaultRoles { get; }
member this.DefaultRoles : Microsoft.VisualStudio.Text.Editor.ITextViewRoleSet
Public ReadOnly Property DefaultRoles As ITextViewRoleSet

Property Value

The default roles.

Applies to