Share via


IOleObject.GetClipboardData Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub GetClipboardData ( _
    dwReserved As UInteger, _
    <OutAttribute> ByRef ppDataObject As IDataObject _
)
void GetClipboardData(
    uint dwReserved,
    out IDataObject ppDataObject
)
void GetClipboardData(
    [InAttribute] unsigned int dwReserved, 
    [OutAttribute] IDataObject^% ppDataObject
)
abstract GetClipboardData : 
        dwReserved:uint32 * 
        ppDataObject:IDataObject byref -> unit 
function GetClipboardData(
    dwReserved : uint, 
    ppDataObject : IDataObject
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

IOleObject Interface

Microsoft.VisualStudio.OLE.Interop Namespace