ArcObjects Library Reference (System)  

IXMLReader.Attributes Property

Attributes of current element.

[Visual Basic .NET]
Public ReadOnly Property Attributes As IXMLAttributes
[C#]
public IXMLAttributes Attributes {get;}
[C++]
HRESULT get_Attributes(
  IXMLAttributes** Attributes
);
[C++]

Parameters

Attributes [out, retval]

  Attributes is a parameter of type IXMLAttributes

Product Availability

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

See Also

IXMLReader Interface