Share via


NormalizedSnapshotSpanCollection.IntersectsWith Method (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

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

NormalizedSnapshotSpanCollection Class

IntersectsWith Overload

Microsoft.VisualStudio.Text Namespace