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

活动文章中的文本。

适用于

另请参阅