TextPattern.DocumentRange 属性

定义

获取包含文档主文本的文本范围。

public:
 property System::Windows::Automation::Text::TextPatternRange ^ DocumentRange { System::Windows::Automation::Text::TextPatternRange ^ get(); };
public System.Windows.Automation.Text.TextPatternRange DocumentRange { get; }
member this.DocumentRange : System.Windows.Automation.Text.TextPatternRange
Public ReadOnly Property DocumentRange As TextPatternRange

属性值

TextPatternRange

示例

在下面的代码示例中,targetTextPattern 成员变量是从 TextPattern 感兴趣的文本提供程序获取的对象。

// Initialize the document range for the text of the document.
documentRange = targetTextPattern.DocumentRange;
' Initialize the document range for the text of the document.
documentRange = targetTextPattern.DocumentRange

注解

某些辅助文本(如页眉、脚注或批注)可能不包含。

适用于

另请参阅