Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Retrieves a list of the code contexts for a given position in a source file.
Syntax
Parameters
pDocPos
[in] An IDebugDocumentPosition2 object representing an abstract position in a source file known to the IDE.
ppEnum
[out] Returns an IEnumDebugCodeContexts2 object that contains a list of the code contexts.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
This method allows the session debug manager (SDM) or IDE to map a source file position into a code position. More than one code context is returned if the source generates multiple blocks of code (for example, C++ templates).