IDebugSessionProperty2.EnumChildren 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(System::UInt32 dwFields, System::UInt32 dwRadix, Guid % guidFilter, System::UInt64 dwAttribFilter, System::String ^ pszNameFilter, System::UInt32 dwTimeout, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IEnumDebugPropertyInfo2 ^ % ppEnum);
public int EnumChildren (uint dwFields, uint dwRadix, ref Guid guidFilter, ulong dwAttribFilter, string pszNameFilter, uint dwTimeout, out Microsoft.VisualStudio.Debugger.Interop.IEnumDebugPropertyInfo2 ppEnum);
abstract member EnumChildren : uint32 * uint32 * Guid * uint64 * string * uint32 * IEnumDebugPropertyInfo2 -> int
Public Function EnumChildren (dwFields As UInteger, dwRadix As UInteger, ByRef guidFilter As Guid, dwAttribFilter As ULong, pszNameFilter As String, dwTimeout As UInteger, ByRef ppEnum As IEnumDebugPropertyInfo2) As Integer
Parameters
- dwFields
- UInt32
- dwRadix
- UInt32
- guidFilter
- Guid
- dwAttribFilter
- UInt64
- pszNameFilter
- String
- dwTimeout
- UInt32
- ppEnum
- IEnumDebugPropertyInfo2