TextSpanHelper.IsEmbedded, méthode
Détermine si la première étendue est complètement contenue dans 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 IsEmbedded ( _
span1 As TextSpan, _
span2 As TextSpan _
) As Boolean
public static bool IsEmbedded(
TextSpan span1,
TextSpan span2
)
Paramètres
- span1
Type : Microsoft.VisualStudio.TextManager.Interop.TextSpan
[in] le premier objet d'TextSpan.
- span2
Type : Microsoft.VisualStudio.TextManager.Interop.TextSpan
[in] le deuxième objet d'TextSpan.
Valeur de retour
Type : System.Boolean
Retourne true si les deux étendues sont différentes et le début d'span1 est égal à ou plus supérieur que le début d'span2 et de la fin d'span1 est inférieure ou égale à la fin de span2 ; sinon, retours false.
Remarques
Cette méthode retourne true si les deux étendues ne sont pas égales, et les appels à l'StartsAfterStartOf et les méthodes les deux d'EndsBeforeEndOf retournent true.
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.