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

属性值

返回一个字符串,该字符串表示与接口关联的文本。

适用于