IOleObject.GetClipboardData(UInt32, IDataObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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