This document is archived and information here might be outdated.  Recommended version.


IXMLIndex.IncludedTags Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXMLIndex Interface > IXMLIndex.IncludedTags Property
ArcGIS Developer Help

IXMLIndex.IncludedTags Property

The collection of included tags.

[Visual Basic .NET]
Public ReadOnly Property IncludedTags As IXMLIndexTags
[C#]
public IXMLIndexTags IncludedTags {get;}
[C++]
HRESULT get_IncludedTags(
  IXMLIndexTags** Tags
);
[C++]
Parameters
Tags [out, retval]

Tags is a parameter of type IXMLIndexTags**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IXMLIndex Interface