Partager via


namespaces Property (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.