WPFInteropUtils.GetDragDropInfo<T>(IDataObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
generic <typename T>
where T : class static T GetDragDropInfo(System::Windows::Forms::IDataObject ^ data);
public static T GetDragDropInfo<T> (System.Windows.Forms.IDataObject data) where T : class;
static member GetDragDropInfo : System.Windows.Forms.IDataObject -> 'T (requires 'T : null)
Public Shared Function GetDragDropInfo(Of T As Class) (data As IDataObject) As T
Type Parameters
- T
Parameters
- data
- IDataObject
Returns
T