Partager via


TextSpanHelper.IsAfterEndOf, méthode

Détermine si la position donnée se produit après la fin de l'étendue donnée.

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 IsAfterEndOf ( _
    span As TextSpan, _
    line As Integer, _
    col As Integer _
) As Boolean
public static bool IsAfterEndOf(
    TextSpan span,
    int line,
    int col
)

Paramètres

  • line
    Type : System.Int32
    [in] l'index de ligne de la position à tester.
  • col
    Type : System.Int32
    [in] l'index de colonne de la position à tester.

Valeur de retour

Type : System.Boolean
Retourne true si la position donnée est plus supérieure à la fin de l'étendue donnée ; sinon, retours false.

Remarques

Utilisez cette méthode pour voir si un point se trouve après une étendue.

Sécurité .NET Framework

Voir aussi

Référence

TextSpanHelper Classe

Microsoft.VisualStudio.Package, espace de noms