共用方式為


ITextRange.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

文字範圍中的文字。

適用於

另請參閱