This document is archived and information here might be outdated. Recommended version. |
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**