NSDraggingInfo_Extensions
EnumerateDraggingItems(INSDraggingInfo, NSDraggingItemEnumerationOptions, NSView, IntPtr, NSDictionary, NSDraggingEnumerator)
GetAnimatesToDestination(INSDraggingInfo)
GetDraggedImage(INSDraggingInfo)
GetDraggedImageLocation(INSDraggingInfo)
GetDraggingDestinationWindow(INSDraggingInfo)
GetDraggingFormation(INSDraggingInfo)
GetDraggingLocation(INSDraggingInfo)
GetDraggingPasteboard(INSDraggingInfo)
GetDraggingSequenceNumber(INSDraggingInfo)
GetDraggingSource(INSDraggingInfo)
GetDraggingSourceOperationMask(INSDraggingInfo)
GetNumberOfValidItemsForDrop(INSDraggingInfo)
GetSpringLoadingHighlight(INSDraggingInfo)
PromisedFilesDroppedAtDestination(INSDraggingInfo, NSUrl)
ResetSpringLoading(INSDraggingInfo)
SetAnimatesToDestination(INSDraggingInfo, Boolean)
SetDraggingFormation(INSDraggingInfo, NSDraggingFormation)
SetNumberOfValidItemsForDrop(INSDraggingInfo, nint)
SlideDraggedImageTo(INSDraggingInfo, CGPoint)
xamarinmac
namespace AppKit
{
public static class NSDraggingInfo_Extensions
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Deprecated(PlatformName.MacOSX, 10, 13, PlatformArchitecture.None, "Use NSFilePromiseProvider objects instead.")]
public static string![]! PromisedFilesDroppedAtDestination(this INSDraggingInfo! This, NSUrl! dropDestination);
}
}
Xamarin macOS | 0.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API