Freigeben über


NormalizedSnapshotSpanCollection.IntersectsWith-Methode (SnapshotSpan)

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

Syntax

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

Parameter

Rückgabewert

Typ: Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

NormalizedSnapshotSpanCollection Klasse

IntersectsWith-Überladung

Microsoft.VisualStudio.Text-Namespace