次の方法で共有


DisplayMetadata.Placeholder プロパティ

定義

モデルのプレースホルダー テキストの値を取得するために使用されるデリゲートを取得または設定します。 以下を参照してください。Placeholder

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

プロパティ値

適用対象