NSOutlineView.MoveItem(nint, NSObject, nint, NSObject) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
[Foundation.Export("moveItemAtIndex:inParent:toIndex:inParent:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void MoveItem(nint fromIndex, Foundation.NSObject oldParent, nint toIndex, Foundation.NSObject newParent);
abstract member MoveItem : nint * Foundation.NSObject * nint * Foundation.NSObject -> unit
override this.MoveItem : nint * Foundation.NSObject * nint * Foundation.NSObject -> unit
Parameter
- fromIndex
- System.System.IntPtr System.nativeint
- oldParent
- NSObject
- toIndex
- System.System.IntPtr System.nativeint
- newParent
- NSObject
- Attribute