DragDrop.SetDropTargetFormats Method

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

Syntax

'Declaration
Public Shared Sub SetDropTargetFormats ( _
    obj As DependencyObject, _
    value As String _
)
public static void SetDropTargetFormats(
    DependencyObject obj,
    string value
)
public:
static void SetDropTargetFormats(
    DependencyObject^ obj, 
    String^ value
)
static member SetDropTargetFormats : 
        obj:DependencyObject * 
        value:string -> unit
public static function SetDropTargetFormats(
    obj : DependencyObject, 
    value : String
)

Parameters

.NET Framework Security

See Also

Reference

DragDrop Class

Microsoft.TeamFoundation.Client Namespace