Finds an attribute's namespace URI by index.
Function getURI(ByVal nIndex As Long) As String
StrVal = oIVBSAXAttributes.getURI(nIndex)
If a namespace URI is not available, returns an empty string
If the index is out of range, returns a trappable error message.
Returns all the information related to the name of the attribute available at the index. Each return string can be disabled by passing Null in for the text out parameter. It is an error to pass Null for the character count unless Null is also passed for the corresponding text out parameter.
HRESULT getURI( [in] int nIndex, [out] const wchar_t ** ppwchUri, [out] int * pcchUri);
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