ArcObjects Library Reference (GeoDatabase)  

IXMLIndex.ExcludedTags Property

The collection of excluded tags.

[Visual Basic .NET]
Public ReadOnly Property ExcludedTags As IXMLIndexTags
[C#]
public IXMLIndexTags ExcludedTags {get;}
[C++]
HRESULT get_ExcludedTags(
  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