Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Gets the named attribute node.
Syntax
HRESULT getAttributeNode( BSTR name, IDOMAttribute ** attributeNode);
Parameters
- name
- [in] Name of the attribute to be retrieved.
- attributeNode
- [out] DOMAttribute object that is returned with the supplied name, or NULL if the named attribute cannot be found on this element.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.