Condividi tramite


IDebugComPlusSymbolProvider2.GetNamespacesUsedAtAddress Method

Definition

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

Parameters

pAddress
IDebugAddress

Returns

Implements

Applies to