TextComposition.Text 속성

정의

중요

이 API는 CLS 규격이 아닙니다.

이 텍스트 컴포지션의 현재 텍스트를 가져오거나 설정합니다.

public:  property System::String ^ Text {  public:
System::String ^ get(); protected:
 void set(System::String ^ value); };
[System.CLSCompliant(false)]
public string Text { get; protected set; }
[<System.CLSCompliant(false)>]
member this.Text : string with get, set
Public Property Text As String

속성 값

이 텍스트 컴포지션의 현재 텍스트가 들어 있는 문자열입니다.

특성

적용 대상

추가 정보