TextSpanHelper.EndsAfterStartOf(TextSpan, TextSpan) 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.
Détermine si la première portée se termine après le début de la deuxième portée.
public:
static bool EndsAfterStartOf(Microsoft::VisualStudio::TextManager::Interop::TextSpan span1, Microsoft::VisualStudio::TextManager::Interop::TextSpan span2);
public:
static bool EndsAfterStartOf(Microsoft::VisualStudio::TextManager::Interop::TextSpan span1, Microsoft::VisualStudio::TextManager::Interop::TextSpan span2);
static bool EndsAfterStartOf(Microsoft::VisualStudio::TextManager::Interop::TextSpan span1, Microsoft::VisualStudio::TextManager::Interop::TextSpan span2);
public static bool EndsAfterStartOf (Microsoft.VisualStudio.TextManager.Interop.TextSpan span1, Microsoft.VisualStudio.TextManager.Interop.TextSpan span2);
static member EndsAfterStartOf : Microsoft.VisualStudio.TextManager.Interop.TextSpan * Microsoft.VisualStudio.TextManager.Interop.TextSpan -> bool
Public Shared Function EndsAfterStartOf (span1 As TextSpan, span2 As TextSpan) As Boolean
Paramètres
Retours
Retourne true si la fin de span1 est supérieure au début de span2 ; sinon, retourne false.
Remarques
Cette méthode appelle la EndsBeforeStartOf méthode et retourne le résultat logique opposé. Ce test ne signifie pas que les deux étendues se croisent, uniquement que la fin de la première étendue se produit après le début de la deuxième étendue.