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

적용 대상