| Visual Basic (Declaration) | |
|---|---|
Public Property Data As DragDropEventData | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DropObjectParameter Dim value As DragDropEventData instance.Data = value value = instance.Data | |
| C# | |
|---|---|
public DragDropEventData Data {get; set;} | |
| Delphi | |
|---|---|
public read-write property Data: DragDropEventData; | |
| JScript | |
|---|---|
public function get,set Data : DragDropEventData | |
| Managed Extensions for C++ | |
|---|---|
public: __property DragDropEventData* get_Data(); public: __property void set_Data( DragDropEventData* value ); | |
| C++/CLI | |
|---|---|
public: property DragDropEventData^ Data { DragDropEventData^ get(); void set ( DragDropEventData^ value); } | |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family