Gets the value of an IDebugProperty that describes a method or an indexed property.

HRESULT GetPropertyInfo (
   DBGPROP_INFO_FLAGS dwFields,
   UINT nRadix,
   DebugPropertyInfo* pPropertyInfo
);

Parameters

dwFields

[in] Specifies the DBGPROP_INFO_FLAGS constants that determine the fields to be filled out in the DebugPropertyInfo structure.

nRadix

[in] Radix to be used in formatting any numerical information.

pPropertyInfo

[out] Returns the DebugPropertyInfo structure that describes the property.

Expand imageReturn Value

Expand imageSee Also