This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfo Interface > IItemInfo.TypeKeywords Property (ArcObjects .NET 10.4 SDK) |
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