ITextRange.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
文字範圍中的文字。