IDebugMethodField.EnumAllLocals(IDebugAddress, IEnumDebugFields) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int EnumAllLocals(Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IEnumDebugFields ^ % ppLocals);
public int EnumAllLocals (Microsoft.VisualStudio.Debugger.Interop.IDebugAddress pAddress, out Microsoft.VisualStudio.Debugger.Interop.IEnumDebugFields ppLocals);
abstract member EnumAllLocals : Microsoft.VisualStudio.Debugger.Interop.IDebugAddress * IEnumDebugFields -> int
Public Function EnumAllLocals (pAddress As IDebugAddress, ByRef ppLocals As IEnumDebugFields) As Integer
Parameters
- pAddress
- IDebugAddress
- ppLocals
- IEnumDebugFields