Describes the properties used to index a tag in an XML document.
Members
Name | Description | |
---|---|---|
![]() |
DataType | The data type classification of the index tag. |
![]() |
Description | A textual description of the index tag. |
![]() |
LocationAlias | An optional property which associates a number with the index tag. |
![]() |
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. |