TextChange(Int32, Int32, ITextBuffer, Int32, Int32, ITextBuffer) Constructor
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í.
public:
TextChange(int oldPosition, int oldLength, Microsoft::AspNetCore::Razor::Text::ITextBuffer ^ oldBuffer, int newPosition, int newLength, Microsoft::AspNetCore::Razor::Text::ITextBuffer ^ newBuffer);
public TextChange (int oldPosition, int oldLength, Microsoft.AspNetCore.Razor.Text.ITextBuffer oldBuffer, int newPosition, int newLength, Microsoft.AspNetCore.Razor.Text.ITextBuffer newBuffer);
new Microsoft.AspNetCore.Razor.Text.TextChange : int * int * Microsoft.AspNetCore.Razor.Text.ITextBuffer * int * int * Microsoft.AspNetCore.Razor.Text.ITextBuffer -> Microsoft.AspNetCore.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
- oldLength
- Int32
- oldBuffer
- ITextBuffer
- newPosition
- Int32
- newLength
- Int32
- newBuffer
- ITextBuffer