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


IXMLIndex.IncludedTags Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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