Finds an attribute by XML 1.0 qualified name (QName) and returns the (zero-based) index for the attribute. For ambiguous names, this method returns the name from the first namespace.
Function getIndexFromQName(ByVal strQName As String) As Long
StrVal= oIVBSAXAttributes.getIndexFromQName(strQName)
If failed, raises a trappable error.
HRESULT getIndexFromQName( [in] const wchar_t * pwchQName, [in] int cchQName, [out, retval] int * pnIndex);
To view reference information for Visual Basic or C/C++ only, click the Language Filter button in the upper-left corner of the page.
getLength Method (C/C++) | length Property (Visual Basic)
Applies to: ISAXAttributes/IVBSAXAttributes Interface