NormalizedSpanCollection.IntersectsWith Method (Span)
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Public Function IntersectsWith ( _
span As Span _
) As Boolean
public bool IntersectsWith(
Span span
)
public:
bool IntersectsWith(
Span span
)
member IntersectsWith :
span:Span -> bool
public function IntersectsWith(
span : Span
) : boolean
Parameters
- span
Type: Microsoft.VisualStudio.Text.Span
Return Value
Type: 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.