言語

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

プロパティ値

インターフェースに関連付けられたテキストを表す文字列を返します。

適用対象