IDebugProperty.GetExtendedInfo(UInt32, Guid[], Object[]) 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 GetExtendedInfo(System::UInt32 cInfos, cli::array <Guid> ^ rgguidExtendedInfo, cli::array <System::Object ^> ^ rgvar);
public int GetExtendedInfo(uint cInfos, Guid[] rgguidExtendedInfo, object[] rgvar);
abstract member GetExtendedInfo : uint32 * Guid[] * obj[] -> int
Public Function GetExtendedInfo (cInfos As UInteger, rgguidExtendedInfo As Guid(), rgvar As Object()) As Integer
Parameters
- cInfos
- UInt32
- rgguidExtendedInfo
- Guid[]
- rgvar
- Object[]