ISymbolWriter.DefineSequencePoints メソッド
アセンブリ: mscorlib (mscorlib.dll 内)

Sub DefineSequencePoints ( _ document As ISymbolDocumentWriter, _ offsets As Integer(), _ lines As Integer(), _ columns As Integer(), _ endLines As Integer(), _ endColumns As Integer() _ )
Dim instance As ISymbolWriter Dim document As ISymbolDocumentWriter Dim offsets As Integer() Dim lines As Integer() Dim columns As Integer() Dim endLines As Integer() Dim endColumns As Integer() instance.DefineSequencePoints(document, offsets, lines, columns, endLines, endColumns)
void DefineSequencePoints ( ISymbolDocumentWriter document, int[] offsets, int[] lines, int[] columns, int[] endLines, int[] endColumns )
void DefineSequencePoints ( ISymbolDocumentWriter^ document, array<int>^ offsets, array<int>^ lines, array<int>^ columns, array<int>^ endLines, array<int>^ endColumns )
void DefineSequencePoints ( ISymbolDocumentWriter document, int[] offsets, int[] lines, int[] columns, int[] endLines, int[] endColumns )
function DefineSequencePoints ( document : ISymbolDocumentWriter, offsets : int[], lines : int[], columns : int[], endLines : int[], endColumns : int[] )

各行と各列によって、メソッド内にステートメントの先頭が定義されます。これらの配列内の項目は、オフセットが昇順になるように並べ替えられている必要があります。この場合のオフセットは、常にメソッドの先頭からのオフセットをバイトで示します。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からISymbolWriter.DefineSequencePoints メソッドを検索する場合は、下記のリンクをクリックしてください。

- ISymbolWriter.DefineSequencePoints メソッドのページへのリンク