Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the attribute with the specified name.
Syntax
HRESULT getNamedItem( BSTR name, IDOMNode ** namedItem);
Parameters
- name
- [in] Name of the attribute.
- namedItem
- [out] IDOMNode object for the specified attribute. Returns NULL if the attribute node is not in this collection.
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.