DragDropParameters.DraggedObject Property
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property DraggedObject As Object
public Object DraggedObject { get; private set; }
public:
property Object^ DraggedObject {
Object^ get ();
private: void set (Object^ value);
}
member DraggedObject : Object with get, private set
function get DraggedObject () : Object
private function set DraggedObject (value : Object)
Property Value
Type: System.Object
Returns 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.