Share via


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

.NET Framework Security

See Also

Reference

DragDrop Class

Microsoft.TeamFoundation.Client Namespace