Share via


DragDropParameters Constructor

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    format As String, _
    o As Object _
)
public DragDropParameters(
    string format,
    Object o
)
public:
DragDropParameters(
    String^ format, 
    Object^ o
)
new : 
        format:string * 
        o:Object -> DragDropParameters
public function DragDropParameters(
    format : String, 
    o : Object
)

Parameters

.NET Framework Security

See Also

Reference

DragDropParameters Class

Microsoft.TeamFoundation.Client Namespace