Share via


DragDrop.GetDragSourceMoveCommand Method

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

Syntax

'Declaration
Public Shared Function GetDragSourceMoveCommand ( _
    obj As DependencyObject _
) As ICommand
public static ICommand GetDragSourceMoveCommand(
    DependencyObject obj
)
public:
static ICommand^ GetDragSourceMoveCommand(
    DependencyObject^ obj
)
static member GetDragSourceMoveCommand : 
        obj:DependencyObject -> ICommand
public static function GetDragSourceMoveCommand(
    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