This document is archived and information here might be outdated. Recommended version. |
The object to crawl.
[Visual Basic .NET]
Public Property Object As Object
[C#]
public object Object {get; set;}
[C++]
HRESULT get_Object(
LPUNKNOWN ppObject
);
[C++]
HRESULT putref_Object(
IUnknown Pointer* ppObject
);
[C++] Parameters ppObject [in]
ppObject is a parameter of type IUnknown ppObject [out, retval]
ppObject is a parameter of type IUnknown*