Share via


DisplayMetadata.DisplayFormatStringProvider プロパティ

定義

モデルの表示書式指定文字列を取得するために使用されるデリゲートを取得または設定します。 以下を参照してください。DisplayFormatString

public:
 property Func<System::String ^> ^ DisplayFormatStringProvider { Func<System::String ^> ^ get(); void set(Func<System::String ^> ^ value); };
public Func<string> DisplayFormatStringProvider { get; set; }
public Func<string?> DisplayFormatStringProvider { get; set; }
member this.DisplayFormatStringProvider : Func<string> with get, set
Public Property DisplayFormatStringProvider As Func(Of String)

プロパティ値

注釈

を設定 DisplayFormatStringProvider すると、 も変更されます DisplayFormatString

適用対象