SnapshotSpan::Contains Method (Span)
Visual Studio 2015
Determines whether the specified span falls completely within this span.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Parameters
- simpleSpan
-
Type:
Microsoft.VisualStudio.Text::Span
The Span to check.
Return Value
Type: System::Booleantrue if the specified span falls completely within this span, otherwise false.
Show: