This topic has not yet been rated - Rate this topic

IHTMLNamespaceCollection interface

This interface is a collection of all namespace objects associated with the document.

Members

The IHTMLNamespaceCollection interface inherits from the IDispatch interface but does not have additional members.

Remarks

To obtain an IHTMLNamespaceCollection interface pointer for a document:

  1. Call QueryInterface on a document interface pointer requesting an IHTMLDocument4 interface.
  2. Call IHTMLDocument4::namespaces to retrieve an IDispatch interface pointer for the namespace collection.
  3. Call QueryInterface on the IDispatch interface requesting an IHTMLNamespaceCollection interface.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

Conceptual
Introduction to Viewlink
About Element Behaviors

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.