Partager via


SnapshotSpan.OverlapsWith, méthode (SnapshotSpan)

Détermine si une autres étendues chevauche cette étendue.

Espace de noms :  Microsoft.VisualStudio.Text
Assembly :  Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)

Syntaxe

'Déclaration
Public Function OverlapsWith ( _
    snapshotSpan As SnapshotSpan _
) As Boolean
public bool OverlapsWith(
    SnapshotSpan snapshotSpan
)
public:
bool OverlapsWith(
    SnapshotSpan snapshotSpan
)
member OverlapsWith : 
        snapshotSpan:SnapshotSpan -> bool
public function OverlapsWith(
    snapshotSpan : SnapshotSpan
) : boolean

Paramètres

Valeur de retour

Type : Boolean
true si les étendues se chevauchent ; sinon, false.

Notes

Deux étendues chevauchent si elles ont des positions en commun et ne sont pas vides. Les étendues vides ne peuvent pas chevaucher d'autres étendues.

Sécurité .NET Framework

Voir aussi

Référence

SnapshotSpan Structure

OverlapsWith, surcharge

Microsoft.VisualStudio.Text, espace de noms