TextPattern.DocumentRange Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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.