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 indique si deux plages de texte ont des points de terminaison identiques.
public:
int CompareEndpoints(TextPatternRangeEndpoint endpoint, ITextRangeProvider ^ textRangeProvider, TextPatternRangeEndpoint targetEndpoint);
int CompareEndpoints(TextPatternRangeEndpoint const& endpoint, ITextRangeProvider const& textRangeProvider, TextPatternRangeEndpoint const& targetEndpoint);
public int CompareEndpoints(TextPatternRangeEndpoint endpoint, ITextRangeProvider textRangeProvider, TextPatternRangeEndpoint targetEndpoint);
function compareEndpoints(endpoint, textRangeProvider, targetEndpoint)
Public Function CompareEndpoints (endpoint As TextPatternRangeEndpoint, textRangeProvider As ITextRangeProvider, targetEndpoint As TextPatternRangeEndpoint) As Integer
Paramètres
- endpoint
- TextPatternRangeEndpoint
Point de terminaison de début ou de fin de l’appelant.
- textRangeProvider
- ITextRangeProvider
Plage cible à comparer.
- targetEndpoint
- TextPatternRangeEndpoint
Point de terminaison de début ou de fin de la cible.
Retours
int
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.