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
- format
Type: System.String
- o
Type: System.Object
.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.