Condividi tramite


IDebugComPlusSymbolProvider2.GetContextFromAddress Method

Definition

public:
 int GetContextFromAddress(Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugDocumentContext2 ^ % ppDocContext);
public int GetContextFromAddress (Microsoft.VisualStudio.Debugger.Interop.IDebugAddress pAddress, out Microsoft.VisualStudio.Debugger.Interop.IDebugDocumentContext2 ppDocContext);
abstract member GetContextFromAddress : Microsoft.VisualStudio.Debugger.Interop.IDebugAddress * IDebugDocumentContext2 -> int
Public Function GetContextFromAddress (pAddress As IDebugAddress, ByRef ppDocContext As IDebugDocumentContext2) As Integer

Parameters

pAddress
IDebugAddress
ppDocContext
IDebugDocumentContext2

Returns

Implements

Applies to