DragDrop.GetDropSourceFormat Method

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

Syntax

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

Parameters

Return Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

DragDrop Class

Microsoft.TeamFoundation.Client Namespace