RichEditTextRange.GetText(TextGetOptions, String) メソッド

定義

指定した変換フラグに従って、テキスト範囲内のテキストを取得します。

public:
 virtual void GetText(TextGetOptions options, [Out] Platform::String ^ & value) = GetText;
void GetText(TextGetOptions const& options, [Out] winrt::hstring const& & value);
public void GetText(TextGetOptions options, out string value);
Public Sub GetText (options As TextGetOptions, ByRef value As String)

パラメーター

options
TextGetOptions

テキストの取得方法を制御する変換フラグ。

value
String

Platform::String

winrt::hstring

テキスト範囲内のテキスト。

実装

M:Windows.UI.Text.ITextRange.GetText(Windows.UI.Text.TextGetOptions,System.String@) M:Windows.UI.Text.ITextRange.GetText(Windows.UI.Text.TextGetOptions,Platform::String@) M:Windows.UI.Text.ITextRange.GetText(Windows.UI.Text.TextGetOptions,winrt::hstring@)

適用対象