次の方法で共有


IOleObject.GetClipboardData Method

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

Syntax

'宣言
Sub GetClipboardData ( _
    dwReserved As UInteger, _
    <OutAttribute> ByRef ppDataObject As IDataObject _
)
void GetClipboardData(
    uint dwReserved,
    out IDataObject ppDataObject
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

IOleObject Interface

Microsoft.VisualStudio.OLE.Interop Namespace