Share via


DragDrop.GetDropTargetMoveCommand Method

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Shared Function GetDropTargetMoveCommand ( _
    obj As DependencyObject _
) As ICommand
public static ICommand GetDropTargetMoveCommand(
    DependencyObject obj
)
public:
static ICommand^ GetDropTargetMoveCommand(
    DependencyObject^ obj
)
static member GetDropTargetMoveCommand : 
        obj:DependencyObject -> ICommand
public static function GetDropTargetMoveCommand(
    obj : DependencyObject
) : ICommand

Parameters

Return Value

Type: System.Windows.Input.ICommand
Returns ICommand.

.NET Framework Security

See Also

Reference

DragDrop Class

Microsoft.TeamFoundation.Client Namespace