ITextDocument.GetText(TextGetOptions, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
作業中のストーリー (ドキュメント) 内のテキストを取得します。
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
作業中のストーリー内のテキスト。