共用方式為


SearchBox.PlaceholderText 屬性

定義

取得或設定控制項中顯示的文字,直到使用者動作或其他作業變更值為止。

public:
 property Platform::String ^ PlaceholderText { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring PlaceholderText();

void PlaceholderText(winrt::hstring value);
public string PlaceholderText { get; set; }
var string = searchBox.placeholderText;
searchBox.placeholderText = string;
Public Property PlaceholderText As String
<SearchBox PlaceholderText="placeholderString"/>

屬性值

String

Platform::String

winrt::hstring

當未輸入任何值時,控制項中顯示的文字。 預設為空字串 ("")。 預留位置文字長度上限為 128 個字元。

適用於