ITextEditorFactoryService.AllPredefinedRoles Property

Definition

The set of all predefined text view roles.

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

Property Value

All the predefined text view roles.

Applies to