IDebugGenericParamField.GetConstraints(UInt32, IDebugField[], UInt32) 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 GetConstraints(System::UInt32 cConstraints, cli::array <Microsoft::VisualStudio::Debugger::Interop::IDebugField ^> ^ ppConstraints, [Runtime::InteropServices::Out] System::UInt32 % pcConstraints);
public int GetConstraints(uint cConstraints, Microsoft.VisualStudio.Debugger.Interop.IDebugField[] ppConstraints, out uint pcConstraints);
abstract member GetConstraints : uint32 * Microsoft.VisualStudio.Debugger.Interop.IDebugField[] * uint32 -> int
Public Function GetConstraints (cConstraints As UInteger, ppConstraints As IDebugField(), ByRef pcConstraints As UInteger) As Integer
Parameters
- cConstraints
- UInt32
- ppConstraints
- IDebugField[]
- pcConstraints
- UInt32