다음을 통해 공유


TextSpanHelper.EndsBeforeStartOf Method

Determines whether the first span ends before the start of the second span.

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)

Syntax

‘선언
Public Shared Function EndsBeforeStartOf ( _
    span1 As TextSpan, _
    span2 As TextSpan _
) As Boolean
public static bool EndsBeforeStartOf(
    TextSpan span1,
    TextSpan span2
)

Parameters

Return Value

Type: System.Boolean
Returns true if the end of span1 is less than or equal to the start of span2; otherwise, returns false.

Remarks

This method determines whether the first span occurs entirely before the second span.

.NET Framework Security

See Also

Reference

TextSpanHelper Class

Microsoft.VisualStudio.Package Namespace