DragDrop.GetDropTargetFormats Method

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

Syntax

'Declaration
Public Shared Function GetDropTargetFormats ( _
    obj As DependencyObject _
) As String
public static string GetDropTargetFormats(
    DependencyObject obj
)
public:
static String^ GetDropTargetFormats(
    DependencyObject^ obj
)
static member GetDropTargetFormats : 
        obj:DependencyObject -> string
public static function GetDropTargetFormats(
    obj : DependencyObject
) : String

Parameters

Return Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

DragDrop Class

Microsoft.TeamFoundation.Client Namespace