Compartilhar via


Propriedade TextViewRoleAttribute.TextViewRoles

Obtém o nome da função.

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

Sintaxe

'Declaração
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

Valor de propriedade

Tipo: String
O nome da função.

Segurança do .NET Framework

Consulte também

Referência

TextViewRoleAttribute Classe

Namespace Microsoft.VisualStudio.Text.Editor