Compartir a través de


SpanEditHandler.GetOldText(Span, TextChange) Método

Definición

Devuelve el texto antiguo al que hace referencia el cambio.

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

Parámetros

target
Span
change
TextChange

Devoluciones

Comentarios

Si el contenido ya se ha actualizado aplicando el cambio, estos datos no serán válidos.

Se aplica a