Freigeben über


NormalizedSnapshotSpanCollection.OverlapsWith-Methode (SnapshotSpan)

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

Syntax

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

Parameter

Rückgabewert

Typ: Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

NormalizedSnapshotSpanCollection Klasse

OverlapsWith-Überladung

Microsoft.VisualStudio.Text-Namespace