This document is archived and information here might be outdated. Recommended version. |
The text string.
[Visual Basic .NET]
Public Property Text As String
[C#]
public string Text {get; set;}
[C++]
HRESULT get_Text(
System.String* pText
);
[C++]
HRESULT put_Text(
BSTR pText
);
[C++] Parameters pText [out, retval]
pText is a parameter of type BSTR* pText [in]
pText is a parameter of type BSTR