SpanEditHandler.GetOldText(Span, TextChange) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Este tipo/miembro admite la infraestructura de .NET Framework y no está prevista su utilización directa desde el código. Obtiene el texto anterior del contenido del intervalo.
protected internal static string GetOldText (System.Web.Razor.Parser.SyntaxTree.Span target, System.Web.Razor.Text.TextChange change);
static member GetOldText : System.Web.Razor.Parser.SyntaxTree.Span * System.Web.Razor.Text.TextChange -> string
Protected Friend Shared Function GetOldText (target As Span, change As TextChange) As String
Parámetros
- target
- Span
Intervalo del que se obtiene el texto anterior.
- change
- TextChange
Cambio de texto que contiene la ubicación del texto anterior.
Devoluciones
Texto anterior del contenido del intervalo.