namespaces Property

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

objXMLDOMSchemaCollection = objIXMLDOMDocument2.namespaces;

HRESULT get_namespaces(
  IXMLDOMSchemaCollection** namespaceCollection
);

General Remarks

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

This property applies to the following interface:

XMLSchemaCache/IXMLDOMSchemaCollection.

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.