TextBox.Text 속성

정의

텍스트 상자의 텍스트 콘텐츠를 가져오거나 설정합니다.

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

void Text(winrt::hstring value);
public string Text { get; set; }
var string = textBox.text;
textBox.text = string;
Public Property Text As String
<TextBox Text="string"/>

속성 값

String

Platform::String

winrt::hstring

텍스트 상자의 텍스트 콘텐츠를 포함하는 문자열입니다. 기본값은 빈 문자열("")입니다.

적용 대상