Condividi tramite


SpanEditHandler.IsEndReplace(Span, TextChange) Metodo

Definizione

Restituisce true se la modifica specificata è una sostituzione del testo alla fine dell'intervallo.

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

Parametri

target
Span
change
TextChange

Restituisce

Si applica a