This document is archived and information here might be outdated. Recommended version. |
Valid only in MFC environment. Returns pointer to the COleClientItem representing the OLE object.
[Visual Basic .NET]
Public ReadOnly Property OleClientItem As IntPtr
[C#]
public IntPtr OleClientItem {get;}
[C++]
HRESULT get_OleClientItem(
System.IntPtr** OleClientItem
);
[C++] Parameters OleClientItem [out, retval]
OleClientItem is a parameter of type void**
OleClientItem is valid only in the MFC (Microsoft Foundation Classes) environment. The property can be used to return a pointer to the COleClientItem representing the OLE object.