This document is archived and information here might be outdated. Recommended version. |
A reference to a COM objects wrapped up in a variant.
[Visual Basic .NET]
Public Property vObject As Object
[C#]
public object vObject {get; set;}
[C++]
HRESULT get_vObject(
Variant* pVal
);
[C++]
HRESULT put_vObject(
VARIANT pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type VARIANT* pVal [in]
pVal is a parameter of type VARIANT