IDebugProperty.GetPropertyInfo(UInt32, UInt32, DebugPropertyInfo[]) 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 GetPropertyInfo(System::UInt32 dwFieldSpec, System::UInt32 nRadix, cli::array <Microsoft::VisualStudio::Debugger::Interop::DebugPropertyInfo> ^ pPropertyInfo);
public int GetPropertyInfo(uint dwFieldSpec, uint nRadix, Microsoft.VisualStudio.Debugger.Interop.DebugPropertyInfo[] pPropertyInfo);
abstract member GetPropertyInfo : uint32 * uint32 * Microsoft.VisualStudio.Debugger.Interop.DebugPropertyInfo[] -> int
Public Function GetPropertyInfo (dwFieldSpec As UInteger, nRadix As UInteger, pPropertyInfo As DebugPropertyInfo()) As Integer
Parameters
- dwFieldSpec
- UInt32
- nRadix
- UInt32
- pPropertyInfo
- DebugPropertyInfo[]