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。

適用於