ArcObjects Library Reference (SystemUI)  

IDataObjectHelper.InternalObject Property

Provides access to the internal IDataObject pointer.

[Visual Basic .NET]
Public Property InternalObject As Object
[C#]
public object InternalObject {get; set;}
[C++]
HRESULT get_InternalObject(
  LPUNKNOWN* ppObject
);
[C++]
HRESULT putref_InternalObject(
  LPUNKNOWN ppObject
);
[C++]

Parameters

ppObject [out, retval]   ppObject is a parameter of type LPUNKNOWN ppObject [in]   ppObject is a parameter of type LPUNKNOWN

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The internal DataObject implements the IDataObject interface. The DataObject gets populated before any OleDrop events (IMapControlEvents2::OnOleDrop or the IPageLayoutControlEvents::OnOleDrop) are triggered.

See Also

IDataObjectHelper Interface