ISymbolWriter.DefineSequencePoints 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在目前的方法內定義一組序列點。
public:
void DefineSequencePoints(System::Diagnostics::SymbolStore::ISymbolDocumentWriter ^ document, cli::array <int> ^ offsets, cli::array <int> ^ lines, cli::array <int> ^ columns, cli::array <int> ^ endLines, cli::array <int> ^ endColumns);
public void DefineSequencePoints (System.Diagnostics.SymbolStore.ISymbolDocumentWriter document, int[] offsets, int[] lines, int[] columns, int[] endLines, int[] endColumns);
abstract member DefineSequencePoints : System.Diagnostics.SymbolStore.ISymbolDocumentWriter * int[] * int[] * int[] * int[] * int[] -> unit
Public Sub DefineSequencePoints (document As ISymbolDocumentWriter, offsets As Integer(), lines As Integer(), columns As Integer(), endLines As Integer(), endColumns As Integer())
參數
- document
- ISymbolDocumentWriter
要為其定義序列點的文件物件。
- offsets
- Int32[]
從方法的開頭來測量的序列點位移。
- lines
- Int32[]
序列點的文件行。
- columns
- Int32[]
序列點的文件位置。
- endLines
- Int32[]
序列點的文件結束行。
- endColumns
- Int32[]
序列點的文件結束位置。
備註
每一行和每個數據行都會定義 方法內語句的開頭。 數位應該依位移的遞增順序排序。 位移一律是方法開頭的位移,以位元組為單位。