Share via


ITextEditorFactoryService.AllPredefinedRoles Property

The set of all predefined text view roles.

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

Syntax

'Declaration
ReadOnly Property AllPredefinedRoles As ITextViewRoleSet
ITextViewRoleSet AllPredefinedRoles { get; }
property ITextViewRoleSet^ AllPredefinedRoles {
    ITextViewRoleSet^ get ();
}
abstract AllPredefinedRoles : ITextViewRoleSet
function get AllPredefinedRoles () : ITextViewRoleSet

Property Value

Type: Microsoft.VisualStudio.Text.Editor.ITextViewRoleSet
All the predefined text view roles.

.NET Framework Security

See Also

Reference

ITextEditorFactoryService Interface

Microsoft.VisualStudio.Text.Editor Namespace