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.
Returns the list of namespaces used in the document as XMLSchemaCache.
[Script]
Script Syntax
objXMLDOMSchemaCollection = objIXMLDOMDocument2.namespaces;
Script Parameters
None.
Script Return Value
Object. Returns a collection of all namespaces for the document.
[C/C++]
C/C++ Syntax
HRESULT get_namespaces(IXMLDOMSchemaCollection** namespaceCollection);
C/C++ Parameters
- namespaceCollection
[out, retval] Collection of all namespaces for the document.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
General Remarks
If there are no schemas, it returns an empty collection.
This property applies to the following interface:
XMLSchemaCache/IXMLDOMSchemaCollection.
Send Feedback on this topic to the authors