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.CreateOleClientItem Method (ArcObjects .NET 10.5 SDK) |
Valid only in MFC environment. Initialize the internal COleClientItem. Pass in a pointer to the application's COleDocument.
[Visual Basic .NET]
Public Sub CreateOleClientItem ( _
ByVal oleDocument As IntPtr _
)
[C#] public void CreateOleClientItem ( IntPtr oleDocument );
[C++]
HRESULT CreateOleClientItem(
oleDocument* oleDocument
);
[C++]
Parameters oleDocument oleDocument is a parameter of type
OleClientItem is valid only in the MFC (Microsoft Foundation Classes) environment. The method is used to initialize the internal COleClientItem. Pass in a pointer to the application's COleDocument when executing the method.