ModelMetadata.ShortDisplayName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定簡短的顯示名稱版本。
public:
virtual property System::String ^ ShortDisplayName { System::String ^ get(); void set(System::String ^ value); };
public virtual string ShortDisplayName { get; set; }
member this.ShortDisplayName : string with get, set
Public Overridable Property ShortDisplayName As String
屬性值
需要精簡的模型名稱時會顯示的文字。
備註
簡短顯示名稱可以在工具提示中使用,或在任何可能無法容納完整顯示名稱的 UI 中使用。 如果這個欄位是 null
,則 DisplayName 應該使用屬性。