共用方式為


TextChange(Int32, Int32, ITextBuffer, Int32, Int32, ITextBuffer) 建構函式

定義

此類型/成員支援.NET Framework基礎結構,並不適合直接從您的程式碼使用。初始化 類別的新實例 TextChange

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)

參數

oldPosition
Int32

快照中的文字位置會在變更前立即在快照中變更。

oldLength
Int32

舊文字的長度。

oldBuffer
ITextBuffer

舊文字緩衝。

newPosition
Int32

快照中的文字位置會在變更後立即在快照中變更。

newLength
Int32

新文字的長度。

newBuffer
ITextBuffer

新文字緩衝。

適用於