TextSpan.IntersectsWith Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
IntersectsWith(TextSpan) |
Détermine si |
IntersectsWith(Int32) |
Détermine si |
IntersectsWith(TextSpan)
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
Détermine si span
entre en intersection avec cette étendue. Deux étendues sont considérées comme se croiser si elles ont des positions communes ou la fin d’une étendue coïncide avec le début de l’autre étendue.
public:
bool IntersectsWith(Microsoft::CodeAnalysis::Text::TextSpan span);
public bool IntersectsWith (Microsoft.CodeAnalysis.Text.TextSpan span);
member this.IntersectsWith : Microsoft.CodeAnalysis.Text.TextSpan -> bool
Public Function IntersectsWith (span As TextSpan) As Boolean
Paramètres
- span
- TextSpan
Étendue à vérifier.
Retours
true
si les étendues se croisent, sinon false
.
S’applique à
IntersectsWith(Int32)
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
- Source:
- TextSpan.cs
Détermine si position
entre en intersection avec cette étendue.
Une position est considérée comme se croisant si elle se trouve entre les positions de début et de fin (inclusive) de cette étendue.
public:
bool IntersectsWith(int position);
public bool IntersectsWith (int position);
member this.IntersectsWith : int -> bool
Public Function IntersectsWith (position As Integer) As Boolean
Paramètres
- position
- Int32
Position à vérifier.
Retours
true
si la position se croise, sinon false
.