次の方法で共有


INSDraggingInfo インターフェイス

定義

[Foundation.Protocol(Name="NSDraggingInfo", WrapperType=typeof(AppKit.NSDraggingInfoWrapper))]
public interface INSDraggingInfo : IDisposable, ObjCRuntime.INativeObject
type INSDraggingInfo = interface
    interface INativeObject
    interface IDisposable
派生
属性
実装

プロパティ

Handle

アンマネージ オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

拡張メソッド

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)

適用対象