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 SetDropTargetFormats ( _
    obj As DependencyObject, _
    value As String _
)
public static void SetDropTargetFormats(
    DependencyObject obj,
    string value
)
public:
static void SetDropTargetFormats(
    DependencyObject^ obj, 
    String^ value
)
static member SetDropTargetFormats : 
        obj:DependencyObject * 
        value:string -> unit
public static function SetDropTargetFormats(
    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.