다음을 통해 공유


ISymUnmanagedWriter5::MapTokenToSourceSpan 메서드

지정된 메타데이터 토큰을 지정된 소스 파일의 지정된 소스 줄 범위에 매핑합니다.

OpenMapTokensToSourceSpans 메서드CloseMapTokensToSourceSpans 메서드 호출 간에 호출해야 합니다.

구문

HRESULT MapTokenToSourceSpan(    [in] mdToken token,    [in] ISymUnmanagedDocumentWriter* document,    [in] ULONG32 line,    [in] ULONG32 column,    [in] ULONG32 endLine,    [in] ULONG32 endColumn);  

매개 변수

매개 변수 Description
token
document
line
column
endLine
endColumn

Return Value

HRESULT를 반환합니다.

요구 사항

헤더: CorSym.idl, CorSym.h

참고 항목