IOleInPlaceObjectWindowless.GetDropTarget Method

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

Syntax

‘선언
Sub GetDropTarget ( _
    <OutAttribute> ByRef ppDropTarget As IDropTarget _
)
‘사용 방법
Dim instance As IOleInPlaceObjectWindowless
Dim ppDropTarget As IDropTarget

instance.GetDropTarget(ppDropTarget)
void GetDropTarget(
    out IDropTarget ppDropTarget
)
void GetDropTarget(
    [OutAttribute] IDropTarget^% ppDropTarget
)
abstract GetDropTarget : 
        ppDropTarget:IDropTarget byref -> unit 
function GetDropTarget(
    ppDropTarget : IDropTarget
)

Parameters

Remarks

For information on the COM interface, see IOleInPlaceObjectWindowless::GetDropTarget

.NET Framework Security

See Also

Reference

IOleInPlaceObjectWindowless Interface

IOleInPlaceObjectWindowless Members

Microsoft.VisualStudio.OLE.Interop Namespace