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