SpanEditHandler.IsAtEndOfFirstLine(Span, TextChange) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified change is at the end of first line of the span content.
protected internal static bool IsAtEndOfFirstLine(System.Web.Razor.Parser.SyntaxTree.Span target, System.Web.Razor.Text.TextChange change);
static member IsAtEndOfFirstLine : System.Web.Razor.Parser.SyntaxTree.Span * System.Web.Razor.Text.TextChange -> bool
Protected Friend Shared Function IsAtEndOfFirstLine (target As Span, change As TextChange) As Boolean
Parameters
- target
- Span
The span to check.
- change
- TextChange
The change to check.
Returns
true if the specified change is at the end of first line of the span content; otherwise, false.