次の方法で共有


ITextRangeProvider.GetText(Int32) メソッド

定義

範囲のプレーン テキストを取得します。

public:
 Platform::String ^ GetText(int maxLength);
winrt::hstring GetText(int const& maxLength);
public string GetText(int maxLength);
function getText(maxLength)
Public Function GetText (maxLength As Integer) As String

パラメーター

maxLength
Int32

int

返す文字列の最大長。 無制限の長さを指定するには、 – 1 を使用します。

戻り値

String

Platform::String

winrt::hstring

指定した maxLength で切り捨てられた文字列全体の一部を表すテキスト範囲のプレーン テキスト。

適用対象