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