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
- obj
Type: System.Windows.DependencyObject
Return Value
Type: System.String
Returns String.
.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.