ISymbolWriter.SetMethodSourceRange 메서드

정의

소스 파일 내에서 메서드의 실제 시작 및 끝을 지정합니다. 메서드 내에 있는 시퀀스 점과 관계없이 메서드의 익스텐트를 지정하는 데 사용합니다 SetMethodSourceRange(ISymbolDocumentWriter, Int32, Int32, ISymbolDocumentWriter, Int32, Int32) .

public:
 void SetMethodSourceRange(System::Diagnostics::SymbolStore::ISymbolDocumentWriter ^ startDoc, int startLine, int startColumn, System::Diagnostics::SymbolStore::ISymbolDocumentWriter ^ endDoc, int endLine, int endColumn);
public void SetMethodSourceRange(System.Diagnostics.SymbolStore.ISymbolDocumentWriter startDoc, int startLine, int startColumn, System.Diagnostics.SymbolStore.ISymbolDocumentWriter endDoc, int endLine, int endColumn);
abstract member SetMethodSourceRange : System.Diagnostics.SymbolStore.ISymbolDocumentWriter * int * int * System.Diagnostics.SymbolStore.ISymbolDocumentWriter * int * int -> unit
Public Sub SetMethodSourceRange (startDoc As ISymbolDocumentWriter, startLine As Integer, startColumn As Integer, endDoc As ISymbolDocumentWriter, endLine As Integer, endColumn As Integer)

매개 변수

startDoc
ISymbolDocumentWriter

시작 위치가 포함된 문서입니다.

startLine
Int32

시작 줄 번호입니다.

startColumn
Int32

시작 열입니다.

endDoc
ISymbolDocumentWriter

끝 위치가 포함된 문서입니다.

endLine
Int32

끝 줄 번호입니다.

endColumn
Int32

끝 열 번호입니다.

적용 대상