다음을 통해 공유


SearchControl.DropTarget Property

Gets the drop target that handles drag and drop operations on the control.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Public Property DropTarget As IDropTarget
public IDropTarget DropTarget { get; set; }

Property Value

Type: Microsoft.VisualStudio.OLE.Interop.IDropTarget
Returns the drop target.

.NET Framework Security

See Also

Reference

SearchControl Class

Microsoft.VisualStudio.PlatformUI Namespace