IDebugApplicationNode.EnumChildren(IEnumDebugApplicationNodes) 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 EnumChildren([Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IEnumDebugApplicationNodes ^ % pperddp);
public int EnumChildren(out Microsoft.VisualStudio.Debugger.Interop.IEnumDebugApplicationNodes pperddp);
abstract member EnumChildren : IEnumDebugApplicationNodes -> int
Public Function EnumChildren (ByRef pperddp As IEnumDebugApplicationNodes) As Integer
Parameters
- pperddp
- IEnumDebugApplicationNodes