ITextSpan.Text 속성

정의

ITextSpan 인터페이스와 연결된 텍스트를 가져옵니다.

public:
 property System::String ^ Text { System::String ^ get(); };
public string Text { get; }
member this.Text : string
Public ReadOnly Property Text As String

속성 값

인터페이스와 연결된 텍스트를 나타내는 문자열을 반환합니다.

적용 대상