This document is archived and information here might be outdated. Recommended version. |
The additional info of a type of the item.
[Visual Basic .NET] Public Property TypeInfo As IStringArray
[C#] public IStringArray TypeInfo {get; set;}
[C++]
HRESULT get_TypeInfo(
IStringArray** ppInfo
);
[C++]
HRESULT put_TypeInfo(
IStringArray* ppInfo
);
[C++] Parameters ppInfo [out, retval]
ppInfo is a parameter of type IStringArray** ppInfo [in]
ppInfo is a parameter of type IStringArray*