現在のメソッド内にシーケンス ポイントのグループを定義します。
Sub DefineSequencePoints( _
ByVal document As ISymbolDocumentWriter, _ ByVal offsets() As Integer, _ ByVal lines() As Integer, _ ByVal columns() As Integer, _ ByVal endLines() As Integer, _ ByVal endColumns() As Integer _)
[C#]
void DefineSequencePoints(
ISymbolDocumentWriterdocument,int[] offsets,int[] lines,int[] columns,int[] endLines,int[] endColumns);
[C++]
void DefineSequencePoints(
ISymbolDocumentWriter* document,intoffsets __gc[],intlines __gc[],intcolumns __gc[],intendLines __gc[],intendColumns __gc[]);
[JScript]
function DefineSequencePoints(
document : ISymbolDocumentWriter,offsets : int[],lines : int[],columns : int[],endLines : int[],endColumns : int[]);
パラメータ
- document
シーケンス ポイントを定義するドキュメント。 - offsets
メソッドの先頭から計測したシーケンス ポイントのオフセット。 - lines
シーケンス ポイントのドキュメント行。 - columns
シーケンス ポイントのドキュメント位置。 - endLines
シーケンス ポイントに対するドキュメント内の末尾行。 - endColumns
シーケンス ポイントに対するドキュメント内の末尾位置。
解説
各行と各列によって、メソッド内にステートメントの先頭が定義されます。これらの配列内の項目は、オフセットが昇順になるように並べ替えられている必要があります。この場合のオフセットは、常にメソッドの先頭からのオフセットをバイトで示します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ISymbolWriter インターフェイス | ISymbolWriter メンバ | System.Diagnostics.SymbolStore 名前空間