This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfo Interface > IItemInfo.Tags Property (ArcObjects .NET 10.4 SDK) |
Tags of the item.
[Visual Basic .NET] Public Property Tags As IStringArray
[C#] public IStringArray Tags {get; set;}
[C++]
HRESULT get_Tags(
IStringArray** ppTags
);
[C++]
HRESULT put_Tags(
IStringArray* ppTags
);
[C++]
Parameters ppTags [out, retval]
ppTags is a parameter of type IStringArray ppTags [in]
ppTags is a parameter of type IStringArray