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

Комментарии

Некоторые вспомогательные тексты, такие как заголовки, сноски или заметки, могут не включаться.

Применяется к

См. также раздел