TextSpanHelper::IsBeforeStartOf Method (TextSpan, Int32, Int32)
Visual Studio 2015
Determines whether the given position occurs before the start of the given span.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- span
-
Type:
Microsoft.VisualStudio.TextManager.Interop::TextSpan
[in] The TextSpan object that is being tested against.
- line
-
Type:
System::Int32
[in] The line index of the position to test.
- col
-
Type:
System::Int32
[in] The column index of the position to test.
Return Value
Type: System::BooleanReturns true if the given position is less than the start of the given span; otherwise, returns false.
Use this method to test whether a point is before a span.
Show: