VpnCustomPromptTextInput.PlaceholderText 属性

定义

获取或设置当文本输入 UI 元素不包含用户键入的任何文本时显示为灰显的文本。 这可以是示例文本。

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 = vpnCustomPromptTextInput.placeholderText;
vpnCustomPromptTextInput.placeholderText = string;
Public Property PlaceholderText As String

属性值

String

Platform::String

winrt::hstring

当文本输入 UI 元素不包含用户键入的任何文本时,显示为灰显的示例文本。

Windows 要求

应用功能
networkingVpnProvider

适用于