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
使用中本文中的文字。