This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXMLIndexTemplate Interface > IXMLIndexTemplate.IncludedTags Property (ArcObjects .NET 10.4 SDK) |
The set of tags to be used for the IncludedTags property of an XML Index.
[Visual Basic .NET] Public Property IncludedTags As IXMLIndexTags
[C#] public IXMLIndexTags IncludedTags {get; set;}
[C++]
HRESULT get_IncludedTags(
IXMLIndexTags** Tags
);
[C++]
HRESULT putref_IncludedTags(
IXMLIndexTags* Tags
);
[C++]
Parameters Tags [out, retval]
Tags is a parameter of type IXMLIndexTags Tags [in]
Tags is a parameter of type IXMLIndexTags