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:
- Call QueryInterface on a document interface pointer requesting an IHTMLDocument4 interface.
- Call IHTMLDocument4::namespaces to retrieve an IDispatch interface pointer for the namespace collection.
- 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 |
|
|
IDL |
|
|
DLL |
|
See also
- Conceptual
- Introduction to Viewlink
- About Element Behaviors
Build date: 11/12/2012