MetaColumn.DataFormatString 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定字段值的显示格式的字符串。
public:
property System::String ^ DataFormatString { System::String ^ get(); };
public string DataFormatString { get; }
member this.DataFormatString : string
Public ReadOnly Property DataFormatString As String
属性值
指定字段值的显示格式的字符串。
实现
注解
DataFormatString属性验证属性 DisplayFormatAttribute 是否应用于数据字段并检索 DisplayFormatAttribute.DataFormatString 属性的值。 如果 DisplayFormatAttribute 找不到属性,此属性将验证是否应用属性 DataTypeAttribute 来检索格式设置信息。