NSDraggingSource 构造函数

定义

重载

NSDraggingSource()
NSDraggingSource(NSObjectFlag)
NSDraggingSource(IntPtr)

NSDraggingSource()

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

适用于

NSDraggingSource(NSObjectFlag)

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

参数

适用于

NSDraggingSource(IntPtr)

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

参数

handle
IntPtr

nativeint

适用于