TextPattern.DocumentRange Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém um intervalo de texto que inclui o texto principal de um documento.
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
Valor da propriedade
Exemplos
No exemplo de código a seguir, a variável de membro targetTextPattern é um TextPattern objeto obtido de um provedor de texto de interesse.
// 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
Comentários
Alguns textos auxiliares, como cabeçalhos, notas de rodapé ou anotações, podem não ser incluídos.