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