Share via


namespaces Property (Windows Embedded CE 6.0)

1/6/2010

Returns the list of namespaces used in the document as XMLSchemaCache.

Script Syntax

objXMLDOMSchemaCollection = objIXMLDOMDocument2.namespaces;

Remarks

Ee502740.collapse(en-US,WinEmbedded.60).gifScript Parameters

None.

Ee502740.collapse(en-US,WinEmbedded.60).gifScript Return Value

Object. Returns a collection of all namespaces for the document.

Ee502740.collapse(en-US,WinEmbedded.60).gifC/C++ Syntax

HRESULT get_namespaces(
  IXMLDOMSchemaCollection** namespaceCollection
);

Remarks

Ee502740.collapse(en-US,WinEmbedded.60).gifC/C++ Parameters

  • namespaceCollection
    [out, retval] Collection of all namespaces for the document.

Ee502740.collapse(en-US,WinEmbedded.60).gifRequirements

Header msxml2.h, msxml2.idl
Windows Embedded CE Windows CE .NET 4.0 and later

General Remarks

If there are no schemas, it returns an empty collection.

This property applies to the following interface:

XMLSchemaCache/IXMLDOMSchemaCollection.

See Also

Reference

XML DOM Properties