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 with get
function get AllPredefinedRoles () : ITextViewRoleSet
Property Value
Type: Microsoft.VisualStudio.Text.Editor.ITextViewRoleSet
All the predefined text view roles.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.