IDebugClassField.EnumConstructors(CONSTRUCTOR_ENUM, 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 EnumConstructors(Microsoft::VisualStudio::Debugger::Interop::CONSTRUCTOR_ENUM cMatch, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IEnumDebugFields ^ % ppEnum);
public int EnumConstructors(Microsoft.VisualStudio.Debugger.Interop.CONSTRUCTOR_ENUM cMatch, out Microsoft.VisualStudio.Debugger.Interop.IEnumDebugFields ppEnum);
abstract member EnumConstructors : Microsoft.VisualStudio.Debugger.Interop.CONSTRUCTOR_ENUM * IEnumDebugFields -> int
Public Function EnumConstructors (cMatch As CONSTRUCTOR_ENUM, ByRef ppEnum As IEnumDebugFields) As Integer
Parameters
- cMatch
- CONSTRUCTOR_ENUM
- ppEnum
- IEnumDebugFields