Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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