Megosztás a következőn keresztül:


DisplayMetadata.Placeholder Property

Definition

Gets or sets a delegate which is used to get a value for the model's placeholder text. See 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)

Property Value

Applies to