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
- span
Type : Microsoft.VisualStudio.TextManager.Interop.TextSpan
[in] l'objet d'TextSpan sur lequel est testé.
- 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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.