Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Shared Sub SetDropTargetMoveCommand ( _
    obj As DependencyObject, _
    value As ICommand _
)
public static void SetDropTargetMoveCommand(
    DependencyObject obj,
    ICommand value
)
public:
static void SetDropTargetMoveCommand(
    DependencyObject^ obj, 
    ICommand^ value
)
static member SetDropTargetMoveCommand : 
        obj:DependencyObject * 
        value:ICommand -> unit
public static function SetDropTargetMoveCommand(
    obj : DependencyObject, 
    value : ICommand
)
Parameters
- obj
 Type: System.Windows.DependencyObject
- value
 Type: System.Windows.Input.ICommand
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.