Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Returns the attribute with the specified namespace and attribute name.
Syntax
HRESULT getQualifiedItem( BSTR baseName, BSTR nameSpaceURI, IXMLDOMNode ** qualifiedItem);
Parameters
- baseName
- [in] Base name of the attribute, without namespace qualification.
- nameSpaceURI
- [in] Namespace prefix that qualifies the attribute name.
- qualifiedItem
- [out] Attribute node specified by the baseName and nameSpaceURI parameters. Returns NULL if the attribute is not in the collection, or if the item is not an attribute.
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.