TextChange(Int32, Int32, ITextBuffer, Int32, Int32, ITextBuffer) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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