共用方式為


UIDragInteractionDelegate.SessionAllowsMoveOperation 方法

定義

呼叫以找出會話是否允許移動專案的方法,而不是複製。

[Foundation.Export("dragInteraction:sessionAllowsMoveOperation:")]
public virtual bool SessionAllowsMoveOperation (UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session);
abstract member SessionAllowsMoveOperation : UIKit.UIDragInteraction * UIKit.IUIDragSession -> bool
override this.SessionAllowsMoveOperation : UIKit.UIDragInteraction * UIKit.IUIDragSession -> bool

參數

interaction
UIDragInteraction

發出要求的互動。

session
IUIDragSession

要查詢的會話。

傳回

屬性

適用於