AutoSuggestBox.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 = autoSuggestBox.placeholderText;
autoSuggestBox.placeholderText = string;
Public Property PlaceholderText As String
<AutoSuggestBox PlaceholderText="string"/>

Значение свойства

String

Platform::String

winrt::hstring

Замещающий текст, отображаемый в элементе управления . Значением по умолчанию является пустая строка.

Применяется к