This document is archived and information here might be outdated.  Recommended version.


IXMLReader.Attributes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLReader Interface > IXMLReader.Attributes Property
ArcGIS Developer Help

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