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

定義

作業中のストーリー (ドキュメント) 内のテキストを取得します。

public:
 void GetText(TextGetOptions options, [Out] Platform::String ^ & value);
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

作業中のストーリー内のテキスト。

適用対象

こちらもご覧ください