Freigeben über


SnapshotSpan.IntersectsWith-Methode (SnapshotSpan)

Bestimmt, ob die angegebene Momentaufnahmespanne diese Spanne schneidet.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
Public Function IntersectsWith ( _
    snapshotSpan As SnapshotSpan _
) As Boolean
public bool IntersectsWith(
    SnapshotSpan snapshotSpan
)
public:
bool IntersectsWith(
    SnapshotSpan snapshotSpan
)
member IntersectsWith : 
        snapshotSpan:SnapshotSpan -> bool
public function IntersectsWith(
    snapshotSpan : SnapshotSpan
) : boolean

Parameter

Rückgabewert

Typ: Boolean
true , wenn beide Spannen eine Schnittmenge bilden, andernfalls false.

Hinweise

Zwei Spannen sich schneidend betrachtet, wenn sie über gemeinsame Positionen verfügen oder das Ende einer Spanne mit dem Anfang der anderen Spanne übereinstimmt und keine Spanne leer ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

SnapshotSpan Struktur

IntersectsWith-Überladung

Microsoft.VisualStudio.Text-Namespace