This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXMLIndexUtil Interface > IXMLIndexUtil.LoadTags Method (ArcObjects .NET 10.4 SDK) |
Loads the collection of tags from an XML document.
[Visual Basic .NET] Public Sub LoadTags ( _ ByVal xml As String, _ ByVal Tags As IXMLIndexTags _ )
[C#] public void LoadTags ( string xml, IXMLIndexTags Tags );
[C++]
HRESULT LoadTags(
BSTR xml,
IXMLIndexTags* Tags
);
[C++]
Parameters xml [in] xml is a parameter of type BSTR Tags [in]
Tags is a parameter of type IXMLIndexTags