SpanEditHandler.IsEndInsertion(Span, TextChange) 方法

定义

此类型/成员支持 .NET Framework 基础结构,不能在代码中直接使用。 确定指定的更改是否位于跨度内容的末尾以待插入。

protected internal static bool IsEndInsertion(System.Web.Razor.Parser.SyntaxTree.Span target, System.Web.Razor.Text.TextChange change);
static member IsEndInsertion : System.Web.Razor.Parser.SyntaxTree.Span * System.Web.Razor.Text.TextChange -> bool
Protected Friend Shared Function IsEndInsertion (target As Span, change As TextChange) As Boolean

参数

target
Span

要检查的跨度。

change
TextChange

对检查的更改。

返回

如果指定的更改位于范围内容的末尾,则为 true 用于插入;否则为 false。

适用于