This method gets the string associated with a specified tab.
HRESULT get_String( long lIndex, BSTR *pbstr );
NOERROR indicates success. E_OUTOFMEMORY indicates that the system is out of memory.
A copy of the string is returned. The caller is responsible for freeing the memory associated with the allocated string.