Partager via


SpanEditHandler.GetOldText(Span, TextChange) Méthode

Définition

Retourne l’ancien texte référencé par la modification.

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

Paramètres

target
Span
change
TextChange

Retours

Remarques

Si le contenu a déjà été mis à jour en appliquant la modification, ces données ne sont pas valides.

S’applique à