DragDrop.SetDropSourceFormat Method
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Protected Shared Sub SetDropSourceFormat ( _
obj As DependencyObject, _
value As String _
)
protected static void SetDropSourceFormat(
DependencyObject obj,
string value
)
protected:
static void SetDropSourceFormat(
DependencyObject^ obj,
String^ value
)
static member SetDropSourceFormat :
obj:DependencyObject *
value:string -> unit
protected static function SetDropSourceFormat(
obj : DependencyObject,
value : String
)
Parameters
- obj
Type: System.Windows.DependencyObject
- value
Type: System.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.