This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IO > IOleFrame Interface > IOleFrame.OleClientItem Property (ArcObjects .NET 10.5 SDK) |
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(
OleClientItem** OleClientItem
);
[C++]
Parameters OleClientItem [out, retval] OleClientItem is a parameter of type
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.