NSOutlineViewDataSource.ValidateDrop 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("outlineView:validateDrop:proposedItem:proposedChildIndex:")]
public virtual AppKit.NSDragOperation ValidateDrop (AppKit.NSOutlineView outlineView, AppKit.NSDraggingInfo info, Foundation.NSObject item, nint index);
abstract member ValidateDrop : AppKit.NSOutlineView * AppKit.NSDraggingInfo * Foundation.NSObject * nint -> AppKit.NSDragOperation
override this.ValidateDrop : AppKit.NSOutlineView * AppKit.NSDraggingInfo * Foundation.NSObject * nint -> AppKit.NSDragOperation
Parameter
- outlineView
- NSOutlineView
- info
- NSDraggingInfo
- item
- NSObject
- index
- System.System.IntPtr System.nativeint
Gibt zurück
- Attribute