Partager via


TextSpanHelper.StartsAfterEndOf, méthode

Détermine si le premier démarrage de l'étendue après la fin de la deuxième étendue.

Espace de noms :  Microsoft.VisualStudio.Package
Assemblys :   Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)

Syntaxe

'Déclaration
Public Shared Function StartsAfterEndOf ( _
    span1 As TextSpan, _
    span2 As TextSpan _
) As Boolean
public static bool StartsAfterEndOf(
    TextSpan span1,
    TextSpan span2
)

Paramètres

Valeur de retour

Type : System.Boolean
Retourne true si le début d'span1 est supérieur ou égal à la fin de span2 ; sinon, retours false.

Remarques

Utilisez ce test pour déterminer si la première étendue se produit après que la seconde étendue.

Sécurité .NET Framework

Voir aussi

Référence

TextSpanHelper Classe

Microsoft.VisualStudio.Package, espace de noms