次の方法で共有


SpanEditHandler.IsEndDeletion(Span, TextChange) メソッド

定義

この型/メンバーは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。 指定された変更がスパン コンテンツの最後にあり、削除対象であるかどうかを確認します。

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

パラメーター

target
Span

確認するスパン。

change
TextChange

チェックへの変更。

戻り値

指定した変更がスパン コンテンツの末尾にあり、削除の場合は true。それ以外の場合は false。

適用対象