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

文本范围中的文本。

适用于

另请参阅