ISymbolMethod.GetSequencePoints 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
현재 메서드의 시퀀스 위치를 가져옵니다.
public:
void GetSequencePoints(cli::array <int> ^ offsets, cli::array <System::Diagnostics::SymbolStore::ISymbolDocument ^> ^ documents, cli::array <int> ^ lines, cli::array <int> ^ columns, cli::array <int> ^ endLines, cli::array <int> ^ endColumns);
public void GetSequencePoints (int[]? offsets, System.Diagnostics.SymbolStore.ISymbolDocument[]? documents, int[]? lines, int[]? columns, int[]? endLines, int[]? endColumns);
public void GetSequencePoints (int[] offsets, System.Diagnostics.SymbolStore.ISymbolDocument[] documents, int[] lines, int[] columns, int[] endLines, int[] endColumns);
abstract member GetSequencePoints : int[] * System.Diagnostics.SymbolStore.ISymbolDocument[] * int[] * int[] * int[] * int[] -> unit
Public Sub GetSequencePoints (offsets As Integer(), documents As ISymbolDocument(), lines As Integer(), columns As Integer(), endLines As Integer(), endColumns As Integer())
매개 변수
- offsets
- Int32[]
시퀀스 위치에 대한 메서드 시작 부분부터의 바이트 오프셋 배열입니다.
- documents
- ISymbolDocument[]
시퀀스 위치가 있는 문서의 배열입니다.
- lines
- Int32[]
시퀀스 위치가 있는 문서의 줄 배열입니다.
- columns
- Int32[]
시퀀스 위치가 있는 문서의 열 배열입니다.
- endLines
- Int32[]
시퀀스 위치가 끝나는 문서의 줄 배열입니다.
- endColumns
- Int32[]
시퀀스 위치가 끝나는 문서의 열 배열입니다.
설명
시퀀스 지점은 오프셋별로 정렬되며 메서드의 모든 문서에 대해 정렬됩니다. 를 사용하여 SequencePointCount 모든 시퀀스 지점의 수를 검색하고 적절한 크기의 배열을 만듭니다.
GetSequencePoints 는 각 배열의 크기를 확인하고 시퀀스 지점 정보를 각각에 배치합니다. 배열이 이 null
면 해당 배열의 데이터가 반환되지 않습니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET