Returns the text value of the attribute.
If the index is out of range, this method returns a trappable error.
Function getValue(ByVal nIndex As Long) As String
StrVal = oIVBSAXAttributes.getValue(nIndex)
If failed, raises a trappable error if the index is out of range.
If the index is out of range, this method returns a Null value.
HRESULT getValue( [in] int nIndex, [out] const wchar_t ** ppwchValue, [out] int * pcchValue);
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