ITextRangeProvider.CompareEndpoints Méthode
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.
Retourne une valeur qui spécifie si deux plages de texte ont des points de terminaison identiques.
public:
int CompareEndpoints(System::Windows::Automation::Text::TextPatternRangeEndpoint endpoint, System::Windows::Automation::Provider::ITextRangeProvider ^ targetRange, System::Windows::Automation::Text::TextPatternRangeEndpoint targetEndpoint);
public int CompareEndpoints (System.Windows.Automation.Text.TextPatternRangeEndpoint endpoint, System.Windows.Automation.Provider.ITextRangeProvider targetRange, System.Windows.Automation.Text.TextPatternRangeEndpoint targetEndpoint);
abstract member CompareEndpoints : System.Windows.Automation.Text.TextPatternRangeEndpoint * System.Windows.Automation.Provider.ITextRangeProvider * System.Windows.Automation.Text.TextPatternRangeEndpoint -> int
Public Function CompareEndpoints (endpoint As TextPatternRangeEndpoint, targetRange As ITextRangeProvider, targetEndpoint As TextPatternRangeEndpoint) As Integer
Paramètres
- endpoint
- TextPatternRangeEndpoint
- targetRange
- ITextRangeProvider
Plage cible à comparer.
- targetEndpoint
- TextPatternRangeEndpoint
Retours
Retourne une valeur négative si le point de terminaison de l'appelant se situe dans le texte avant le point de terminaison cible.
Retourne zéro si le point de terminaison de l'appelant est au même emplacement que le point de terminaison cible.
Retourne une valeur positive si le point de terminaison de l'appelant se situe dans le texte après le point de terminaison cible.
Exceptions
Si targetRange
est d'un fournisseur de textes différent.