Span.IntersectsWith, méthode
Détermine si span entre en intersection avec cette étendue.
Espace de noms : Microsoft.VisualStudio.Text
Assembly : Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)
Syntaxe
'Déclaration
Public Function IntersectsWith ( _
span As Span _
) As Boolean
public bool IntersectsWith(
Span span
)
public:
bool IntersectsWith(
Span span
)
member IntersectsWith :
span:Span -> bool
public function IntersectsWith(
span : Span
) : boolean
Paramètres
span
Type : Microsoft.VisualStudio.Text.SpanÉtendue à vérifier.
Valeur de retour
Type : Boolean
true si les étendues se croisent ; sinon, false.
Notes
Deux étendues se croisent si elles ont des positions en commun, ou si la fin d'une étendue coïncide avec le début de l'autre.
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.