ITextEditorFactoryService.NoRoles Property

The empty text view role set.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Text.Editor.ITextViewRoleSet
An empty text view role set.

.NET Framework Security

See Also

Reference

ITextEditorFactoryService Interface

Microsoft.VisualStudio.Text.Editor Namespace