Returns the item text.
[C/C++]
HRESULT get_text( BSTR* text );
[Visual Basic]
Public ReadOnly Property text As String
[C#]
public ref string ITextItem.text { get; }
Parameters
- text
- [out,retval] item text.
Returns the item text.
[C/C++]
HRESULT get_text( BSTR* text );
[Visual Basic]
Public ReadOnly Property text As String
[C#]
public ref string ITextItem.text { get; }