Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Shared Sub SetDropTargetTemplate ( _
    obj As DependencyObject, _
    value As DataTemplate _
)
public static void SetDropTargetTemplate(
    DependencyObject obj,
    DataTemplate value
)
public:
static void SetDropTargetTemplate(
    DependencyObject^ obj, 
    DataTemplate^ value
)
static member SetDropTargetTemplate : 
        obj:DependencyObject * 
        value:DataTemplate -> unit
public static function SetDropTargetTemplate(
    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.