IDebugProperty.EnumMembers 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 EnumMembers(System::UInt32 dwFieldSpec, System::UInt32 nRadix, Guid % refiid, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IEnumDebugPropertyInfo ^ % ppepi);
public int EnumMembers(uint dwFieldSpec, uint nRadix, ref Guid refiid, out Microsoft.VisualStudio.Debugger.Interop.IEnumDebugPropertyInfo ppepi);
abstract member EnumMembers : uint32 * uint32 * Guid * IEnumDebugPropertyInfo -> int
Public Function EnumMembers (dwFieldSpec As UInteger, nRadix As UInteger, ByRef refiid As Guid, ByRef ppepi As IEnumDebugPropertyInfo) As Integer
Parameters
- dwFieldSpec
- UInt32
- nRadix
- UInt32
- refiid
- Guid
- ppepi
- IEnumDebugPropertyInfo