Partilhar via


TextChange(Int32, Int32, ITextBuffer, Int32, Int32, ITextBuffer) Construtor

Definição

Esse tipo/membro dá suporte à infraestrutura de .NET Framework e não se destina a ser usado diretamente do seu código. Inicializa uma nova instância da TextChange classe .

public TextChange (int oldPosition, int oldLength, System.Web.Razor.Text.ITextBuffer oldBuffer, int newPosition, int newLength, System.Web.Razor.Text.ITextBuffer newBuffer);
new System.Web.Razor.Text.TextChange : int * int * System.Web.Razor.Text.ITextBuffer * int * int * System.Web.Razor.Text.ITextBuffer -> System.Web.Razor.Text.TextChange
Public Sub New (oldPosition As Integer, oldLength As Integer, oldBuffer As ITextBuffer, newPosition As Integer, newLength As Integer, newBuffer As ITextBuffer)

Parâmetros

oldPosition
Int32

A posição da alteração de texto no instantâneo imediatamente antes da alteração.

oldLength
Int32

O comprimento do texto antigo.

oldBuffer
ITextBuffer

Um buffer de texto antigo.

newPosition
Int32

A posição da alteração de texto no instantâneo imediatamente após a alteração.

newLength
Int32

O comprimento do texto novo.

newBuffer
ITextBuffer

Um buffer de texto novo.

Aplica-se a