Condividi tramite


WPFInteropUtils.GetDragDropInfo<T>(IDataObject) Metodo

Definizione

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

Parametri di tipo

T

Parametri

Restituisce

T

Si applica a