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