ISymUnmanagedWriter5::MapTokenToSourceSpan 方法

将给定的元数据标记映射到指定源文件中给定的源行跨度。

必须在调用 OpenMapTokensToSourceSpans 方法CloseMapTokensToSourceSpans 方法之间调用。

语法

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

parameters

参数 说明
token
document
line
column
endLine
endColumn

返回值

返回 HRESULT

要求

标头:CorSym.idl、CorSym.h

请参阅