次の方法で共有


NSCollectionView.MoveItem(NSIndexPath, NSIndexPath) メソッド

定義

[Foundation.Export("moveItemAtIndexPath:toIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void MoveItem (Foundation.NSIndexPath indexPath, Foundation.NSIndexPath newIndexPath);
abstract member MoveItem : Foundation.NSIndexPath * Foundation.NSIndexPath -> unit
override this.MoveItem : Foundation.NSIndexPath * Foundation.NSIndexPath -> unit

パラメーター

indexPath
NSIndexPath
newIndexPath
NSIndexPath
属性

適用対象