Partager via


TextChange(Int32, Int32, ITextBuffer, Int32, Int32, ITextBuffer) Constructeur

Définition

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)

Paramètres

oldPosition
Int32
oldLength
Int32
oldBuffer
ITextBuffer
newPosition
Int32
newLength
Int32
newBuffer
ITextBuffer

S’applique à