namespaces property
Gets the collection of all namespace objects associated with the document.
Syntax
HRESULT value = object.get_namespaces(IDispatch** p);
Property values
Type: Object
the collection of namespace objects.
Remarks
To get an IHTMLNamespaceCollection interface pointer, call QueryInterface on p to request an IHTMLNamespaceCollection interface.
See also
Reference
Conceptual