Freigeben über


SpanEditHandler.IsEndInsertion(Span, TextChange) Methode

Definition

Gibt true zurück, wenn die angegebene Änderung eine Einfügung von Text am Ende dieser Spanne ist.

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

Parameter

target
Span
change
TextChange

Gibt zurück

Gilt für: