This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXMLIndexTags Interface > IXMLIndexTags.Tag Property (ArcObjects .NET 10.4 SDK) |
A tag by position in the collection.
[Visual Basic .NET] Public Function get_Tag ( _ ByVal tagIndex As Integer _ ) As IXMLIndexTag
[C#] public IXMLIndexTag get_Tag ( int tagIndex );
[C++]
HRESULT get_Tag(
long tagIndex,
IXMLIndexTag** Tag
);
[C++]
Parameters tagIndex [in] tagIndex is a parameter of type long Tag [out, retval]
Tag is a parameter of type IXMLIndexTag