ISymUnmanagedMethod::GetOffset Method
Returns the offset within this method that corresponds to a given position within a document.
Syntax
HRESULT GetOffset(
[in] ISymUnmanagedDocument* document,
[in] ULONG32 line,
[in] ULONG32 column,
[out, retval] ULONG32* pRetVal);
Parameters
document
[in] A pointer to the document for which the offset is requested.
line
[in] The document line for which the offset is requested.
column
[in] The document column for which the offset is requested.
pRetVal
[out] A pointer to a ULONG32
that receives the offsets.
Return Value
S_OK if the method succeeds; otherwise, E_FAIL or some other error code.
Requirements
Header: CorSym.idl, CorSym.h
See also
Cộng tác với chúng tôi trên GitHub
Bạn có thể tìm thấy nguồn cho nội dung này trên GitHub, nơi bạn cũng có thể tạo và xem lại các vấn đề và yêu cầu kéo. Để biết thêm thông tin, hãy xem hướng dẫn dành cho người đóng góp của chúng tôi.