Click to return to the Reusing Browser Technology home page    
IHTMLXMLDeclElement::get_...     IHTMLXMLDeclElement Inter...    
Web Workshop  |  Reusing Browser Technology

IHTMLXMLDeclElement::get_ns Method


Retrieves the name space of the object.

Syntax

HRESULT get_ns(
    BSTR *p
);

Parameters

p
Address of a string that contains the XML name space.

Return Value

Returns S_OK if successful, or an error code otherwise.

IHTMLXMLDeclElement::put_ns Method


Sets the name space of the object.

Syntax

HRESULT put_ns(
    BSTR v
);

Parameters

v
String (BSTR) that contains the object's name space.

Return Value

Returns S_OK if successful, or an error code otherwise.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.