This document is archived and information here might be outdated. Recommended version. |
Meta information pair.
[Visual Basic .NET] Public Function get_MetaInfo ( _ ByVal nIdx As Integer _ ) As IMetaInfo
[C#] public IMetaInfo get_MetaInfo ( int nIdx );
[C++]
HRESULT get_MetaInfo(
long nIdx,
IMetaInfo** ppMeta
);
[C++] Parameters nIdx [in]
nIdx is a parameter of type long ppMeta [out, retval]
ppMeta is a parameter of type IMetaInfo**