次の方法で共有


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。

適用対象