ISAXAttributes::getLength Method (Windows CE 5.0)
This method returns the count of attributes. After you know the number, you can iterate through the list of attributes.
HRESULT getLength(int* pnLength);
Parameters
- pnLength
[out, retval] Pointer to the count of attributes in a list.
Return Values
- S_OK
Returned if the count is returned successfully. - E_FAIL
Returned if an internal error occurs.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
Link Library: Uuid.lib.
See Also
getURI Method | getLocalName Method | getQName Method | getName Method | getValue Method | getValueFromName Method | getValueFromQName Method | ISAXAttributes:IUnknown Interface
Send Feedback on this topic to the authors