ArcObjects Library Reference (GeoDatabase)  

IXMLIndexTemplate.IncludedTags Property

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

[Visual Basic .NET]
Public Property IncludedTags As IXMLIndexTags
[C#]
public IXMLIndexTags IncludedTags {get; set;}
[C++]
HRESULT get_IncludedTags(
  IXMLIndexTags** tags
);
[C++]
HRESULT putref_IncludedTags(
  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