Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the count of attributes for an element. After you know the number, you can iterate through the list of attributes.
Implementation Syntax
Property Get IVBSAXAttributes_length() As Long
Usage Syntax
StrVal = oIVBSAXAttributes.length
Parameters
length
The count of attributes in a list.
Return Values
If there are no attributes in the collection, returns a "0".
If failed, raises a trappable error.
Versioning
Implemented in: MSXML 3.0 and later
Applies to
See Also
getURI Method
getLocalName Method
getValue Method1
getValueFromName Method
getValueFromQName Method