ModelMetadata.ShortDisplayName 属性

定义

获取或设置显示名称的简化版本。

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

属性值

String

文本显示模型名称需要缩写形式。

注解

简短的显示名称可以在工具提示中使用,也可以在完整显示名称可能不适合的任何 UI 中使用。 如果此字段为 null ,则 DisplayName 应使用属性。

适用于