Partilhar via


SpanEditHandler.GetOldText(Span, TextChange) Método

Definição

Retorna o texto antigo referenciado pela alteração.

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

Retornos

Comentários

Se o conteúdo já tiver sido atualizado aplicando a alteração, esses dados serão inválidos

Aplica-se a