次の方法で共有


MetaColumn.DataFormatString プロパティ

定義

フィールド値の表示形式を指定する文字列を取得します。

public:
 property System::String ^ DataFormatString { System::String ^ get(); };
public string DataFormatString { get; }
member this.DataFormatString : string
Public ReadOnly Property DataFormatString As String

プロパティ値

String

フィールド値の表示形式を指定する文字列。

実装

注釈

プロパティは、 DataFormatString データフィールドに属性が適用されているかどうかを検証 DisplayFormatAttribute し、プロパティの値を取得し DisplayFormatAttribute.DataFormatString ます。 DisplayFormatAttribute属性が見つからない場合、このプロパティは、 DataTypeAttribute 書式情報を取得するために属性が適用されているかどうかを検証します。

適用対象

こちらもご覧ください