NormalizedSnapshotSpanCollection.IntersectsWith Method (SnapshotSpan)
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
‘선언
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
- span
Type: Microsoft.VisualStudio.Text.SnapshotSpan
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.