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
function get NoRoles () : ITextViewRoleSet
Property Value
Type: Microsoft.VisualStudio.Text.Editor.ITextViewRoleSet
An empty text view role set.
.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.