TextChange(Int32, Int32, ITextBuffer, Int32, Int32, ITextBuffer) Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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)
Parametri
- oldPosition
- Int32
- oldLength
- Int32
- oldBuffer
- ITextBuffer
- newPosition
- Int32
- newLength
- Int32
- newBuffer
- ITextBuffer