ModelMetadata.GetDisplayName 方法

定義

取得模型的顯示名稱。

public:
 System::String ^ GetDisplayName();
public string GetDisplayName ();
member this.GetDisplayName : unit -> string
Public Function GetDisplayName () As String

傳回

顯示名稱。

備註

GetDisplayName() 會傳回具有非 null 值之下列運算式的第一個: DisplayNameNameModelType.Name

適用於