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


IXMLReader.NamespaceDeclarations Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

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