UITableViewDragDelegate.DragSessionIsRestrictedToDraggingApplication 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 是否受限於開發人員的應用程式。
[Foundation.Export("tableView:dragSessionIsRestrictedToDraggingApplication:")]
public virtual bool DragSessionIsRestrictedToDraggingApplication (UIKit.UITableView tableView, UIKit.IUIDragSession session);
abstract member DragSessionIsRestrictedToDraggingApplication : UIKit.UITableView * UIKit.IUIDragSession -> bool
override this.DragSessionIsRestrictedToDraggingApplication : UIKit.UITableView * UIKit.IUIDragSession -> bool
參數
- tableView
- UITableView
- session
- IUIDragSession
傳回
- 屬性