IOleObject.GetClipboardData(UInt32, IDataObject) Method

Definition

public:
 void GetClipboardData(System::UInt32 dwReserved, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IDataObject ^ % ppDataObject);
public:
 void GetClipboardData(unsigned int dwReserved, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IDataObject ^ &  ppDataObject);
void GetClipboardData(unsigned int dwReserved, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IDataObject const & & ppDataObject);
public void GetClipboardData (uint dwReserved, out Microsoft.VisualStudio.OLE.Interop.IDataObject ppDataObject);
abstract member GetClipboardData : uint32 * IDataObject -> unit
Public Sub GetClipboardData (dwReserved As UInteger, ByRef ppDataObject As IDataObject)

Parameters

dwReserved
UInt32
ppDataObject
IDataObject

Remarks

For information on the COM interface, see IOleObject::GetClipboardData

Applies to