SnapshotSpan::Contains Method (Int32)
Visual Studio 2015
Determines whether the position lies within the span.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Parameters
- position
-
Type:
System::Int32
The position to check.
Return Value
Type: System::Booleantrue if the position is greater than or equal to parameter span.Start and strictly less than parameter span.End, otherwise false.
Show: