This topic has not yet been rated - Rate this topic

IHostBehaviorInit interface

Enables the host application to populate the namespace table for the current document.

Members

The IHostBehaviorInit interface inherits from the IUnknown interface but does not have additional members.

Remarks

MSHTML calls the host application's IServiceProvider::QueryService to request the IElementBehaviorFactory interface, and requests the host for the IHostBehaviorInit interface. If the IHostBehaviorInit interface is available, MSHTML calls the IHostBehaviorInit::PopulateNamespaceTable method. The host application can then query MSHTML for the IElementNamespaceTable interface and use the IElementNamespaceTable::

AddNamespace method to append additional namespaces to the namespace table.

In Microsoft Internet Explorer 6, this interface enables the host application to populate the namespace table for the current document.

Requirements

Minimum supported client

Windows XP, Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Mshtml.h

IDL

Mshtml.idl

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.