NSDraggingInfo 构造函数

定义

重载

NSDraggingInfo()
NSDraggingInfo(NSObjectFlag)
NSDraggingInfo(IntPtr)

NSDraggingInfo()

[Foundation.Export("init")]
public NSDraggingInfo ();
属性

适用于

NSDraggingInfo(NSObjectFlag)

protected NSDraggingInfo (Foundation.NSObjectFlag t);
new AppKit.NSDraggingInfo : Foundation.NSObjectFlag -> AppKit.NSDraggingInfo

参数

适用于

NSDraggingInfo(IntPtr)

protected internal NSDraggingInfo (IntPtr handle);
new AppKit.NSDraggingInfo : nativeint -> AppKit.NSDraggingInfo

参数

handle
IntPtr

nativeint

适用于