BoundPropertyEntry.FormatString プロパティ

定義

値の表示方法を示す書式指定子文字を取得または設定します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 property System::String ^ FormatString { System::String ^ get(); void set(System::String ^ value); };
public string FormatString { get; set; }
member this.FormatString : string with get, set
Public Property FormatString As String

プロパティ値

String

値の表示方法を示す書式指定子文字を格納している String

適用対象