Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Shared Sub SetDragDropTemplate ( _
    obj As DependencyObject, _
    value As DataTemplate _
)
public static void SetDragDropTemplate(
    DependencyObject obj,
    DataTemplate value
)
public:
static void SetDragDropTemplate(
    DependencyObject^ obj, 
    DataTemplate^ value
)
static member SetDragDropTemplate : 
        obj:DependencyObject * 
        value:DataTemplate -> unit
public static function SetDragDropTemplate(
    obj : DependencyObject, 
    value : DataTemplate
)
Parameters
- obj
 Type: System.Windows.DependencyObject
- value
 Type: System.Windows.DataTemplate
.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.