Partager via


TextPattern.DocumentRange Propriété

Définition

Obtient une plage de texte qui englobe le texte principal d'un document.

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

Valeur de propriété

TextPatternRange

Exemples

Dans l’exemple de code suivant, la variable membre targetTextPattern est un TextPattern objet obtenu à partir d’un fournisseur de texte d’intérêt.

// 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

Remarques

Certains texte auxiliaires tels que les en-têtes, les notes de bas de page ou les annotations peuvent ne pas être inclus.

S’applique à

Voir aussi