Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an attribute object that matches the specified namespace and name.
![]() ![]() |
Syntax
IHTMLDOMAttribute2 retVal = object.getAttributeNodeNS(pvarNS, bstrname);
Parameters
pvarNS [in]
Type: VARIANTThe namespace URI that defines the desired attribute, or a NULL value.
bstrname [in]
Type: BSTRThe name of the desired attribute, or a NULL value.