Compartir a través de


SpanEditHandler.ApplyChange Método

Definición

Sobrecargas

ApplyChange(Span, TextChange)

Este tipo/miembro admite la infraestructura de .NET Framework y no está prevista su utilización directa desde el código. Aplica el cambio de texto al intervalo.

ApplyChange(Span, TextChange, Boolean)

Este tipo/miembro admite la infraestructura de .NET Framework y no está prevista su utilización directa desde el código. Aplica el cambio de texto al intervalo.

ApplyChange(Span, TextChange)

Este tipo/miembro admite la infraestructura de .NET Framework y no está prevista su utilización directa desde el código. Aplica el cambio de texto al intervalo.

public virtual System.Web.Razor.Editor.EditResult ApplyChange (System.Web.Razor.Parser.SyntaxTree.Span target, System.Web.Razor.Text.TextChange change);
abstract member ApplyChange : System.Web.Razor.Parser.SyntaxTree.Span * System.Web.Razor.Text.TextChange -> System.Web.Razor.Editor.EditResult
override this.ApplyChange : System.Web.Razor.Parser.SyntaxTree.Span * System.Web.Razor.Text.TextChange -> System.Web.Razor.Editor.EditResult
Public Overridable Function ApplyChange (target As Span, change As TextChange) As EditResult

Parámetros

target
Span

Intervalo al que se aplican los cambios.

change
TextChange

Cambio que se aplica.

Devoluciones

Resultado de la operación.

Se aplica a

ApplyChange(Span, TextChange, Boolean)

Este tipo/miembro admite la infraestructura de .NET Framework y no está prevista su utilización directa desde el código. Aplica el cambio de texto al intervalo.

public virtual System.Web.Razor.Editor.EditResult ApplyChange (System.Web.Razor.Parser.SyntaxTree.Span target, System.Web.Razor.Text.TextChange change, bool force);
abstract member ApplyChange : System.Web.Razor.Parser.SyntaxTree.Span * System.Web.Razor.Text.TextChange * bool -> System.Web.Razor.Editor.EditResult
override this.ApplyChange : System.Web.Razor.Parser.SyntaxTree.Span * System.Web.Razor.Text.TextChange * bool -> System.Web.Razor.Editor.EditResult
Public Overridable Function ApplyChange (target As Span, change As TextChange, force As Boolean) As EditResult

Parámetros

target
Span

Intervalo al que se aplican los cambios.

change
TextChange

Cambio que se aplica.

force
Boolean

true para aceptar el resultado parcial; de lo contrario, false.

Devoluciones

Resultado de la operación.

Se aplica a