Condividi tramite


Proprietà VCCodeAttribute.DisplayName

Ottiene il nome completo dell'attributo.

Spazio dei nomi:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Sintassi

'Dichiarazione
ReadOnly Property DisplayName As String
string DisplayName { get; }
property String^ DisplayName {
    String^ get ();
}
abstract DisplayName : string with get
function get DisplayName () : String

Valore proprietà

Tipo: System.String
Stringa che rappresenta il nome dell'attributo.

Note

Nella maggior parte dei casi, DisplayName la proprietà restituisce lo stesso risultato di Name proprietà.Tuttavia, per gli elementi della dichiarazione di funzione, l'intera firma della dichiarazione di funzione viene restituita.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCCodeAttribute Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCCodeModel