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


IXMLReader.NamespaceDeclarations 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.NamespaceDeclarations Property
ArcGIS Developer Help

IXMLReader.NamespaceDeclarations Property

Namespace declarations of current element.

[Visual Basic .NET]
Public ReadOnly Property NamespaceDeclarations As IXMLNamespaces
[C#]
public IXMLNamespaces NamespaceDeclarations {get;}
[C++]
HRESULT get_NamespaceDeclarations(
  IXMLNamespaces** namespaces
);
[C++]
Parameters
namespaces [out, retval]

namespaces is a parameter of type IXMLNamespaces**

Product Availability

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

See Also

IXMLReader Interface