Condividi tramite


Proprietà VCCodeClass.DisplayName

Ottiene il nome completo dell'oggetto padre.

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
Il nome completo dell'oggetto padre.

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

VCCodeClass Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCCodeModel