TextChange(Int32, Int32, ITextBuffer, Int32, Int32, ITextBuffer) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
パラメーター
- oldPosition
- Int32
- oldLength
- Int32
- oldBuffer
- ITextBuffer
- newPosition
- Int32
- newLength
- Int32
- newBuffer
- ITextBuffer