VCCodeBase.DisplayName Özellik

Tanım

Üst nesnenin tam adını alır.

public:
 property System::String ^ DisplayName { System::String ^ get(); };
public:
 property Platform::String ^ DisplayName { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(512)]
public string DisplayName { [System.Runtime.InteropServices.DispId(512)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(512)>]
[<get: System.Runtime.InteropServices.DispId(512)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.DisplayName : string
Public ReadOnly Property DisplayName As String

Özellik Değeri

String

Üst nesnenin tam adı.

Öznitelikler

Açıklamalar

Çoğu durumda, DisplayName özelliği özelliği ile aynı sonucu döndürür Name . Ancak, işlev bildirimi öğeleri için, işlev bildiriminin tüm imzası döndürülür.

Şunlara uygulanır