IXMLIndexTag Interface

Describes the properties used to index a tag in an XML document.

Members

Name Description
Read/write property DataType The data type classification of the index tag.
Read/write property Description A textual description of the index tag.
Read/write property LocationAlias An optional property which associates a number with the index tag.
Read/write property Name The name formatted as the full locational path of the XML schema.

IXMLIndexTag.DataType Property

The data type classification of the index tag.

Public Property DataType As esriXMLIndexTagDataType
public esriXMLIndexTagDataType DataType {get; set;}

IXMLIndexTag.Description Property

A textual description of the index tag.

Public Property Description As String
public string Description {get; set;}

IXMLIndexTag.LocationAlias Property

An optional property which associates a number with the index tag.

Public Property LocationAlias As Integer
public int LocationAlias {get; set;}

IXMLIndexTag.Name Property

The name formatted as the full locational path of the XML schema.

Public Property Name As String
public string Name {get; set;}

Classes that implement IXMLIndexTag

Classes Description
XMLIndexTag XML Index Tag Object.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.