Freigeben über


TextViewRoleAttribute.TextViewRoles-Eigenschaft

Ruft den Rollennamen ab.

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

Syntax

'Declaration
Public ReadOnly Property TextViewRoles As String
public string TextViewRoles { get; }
public:
property String^ TextViewRoles {
    String^ get ();
}
member TextViewRoles : string with get
function get TextViewRoles () : String

Eigenschaftswert

Typ: String
Der Name der Rolle.

.NET Framework-Sicherheit

Siehe auch

Referenz

TextViewRoleAttribute Klasse

Microsoft.VisualStudio.Text.Editor-Namespace