ISAXAttributes::getLength Method (Compact 2013)
3/26/2014
This method returns the count of attributes. After you know the number, you can iterate through the list of attributes.
Syntax
HRESULT getLength(
int* pnLength
);
Parameters
- pnLength
[out, retval] Pointer to the count of attributes in a list.
Return Value
- S_OK
Returned if the count is returned successfully.
- E_FAIL
Returned if an internal error occurs.
Requirements
Header |
msxml2.h, |
Library |
uuid.lib |
See Also
Reference
ISAXAttributes
ISAXAttributes::getURI Method
ISAXAttributes::getLocalName Method
ISAXAttributes::getQName Method
ISAXAttributes::getName Method
ISAXAttributes::getValue Method
ISAXAttributes::getValueFromName Method
ISAXAttributes::getValueFromQName Method