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


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

IXMLIndexTemplate.ExcludedTags Property

The set of tags to be used for the ExcludedTags property of an XML Index.

[Visual Basic .NET]
Public Property ExcludedTags As IXMLIndexTags
[C#]
public IXMLIndexTags ExcludedTags {get; set;}
[C++]
HRESULT get_ExcludedTags(
  IXMLIndexTags** Tags
);
[C++]
HRESULT putref_ExcludedTags(
  IXMLIndexTags* Tags
);
[C++]
Parameters
Tags [out, retval]

Tags is a parameter of type IXMLIndexTags** Tags [in]
Tags is a parameter of type IXMLIndexTags*

Product Availability

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

See Also

IXMLIndexTemplate Interface