UITextDragDelegate_Extensions.DragSessionWillBegin 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在拖曳會話開始之前呼叫的方法。
public static void DragSessionWillBegin (this UIKit.IUITextDragDelegate This, UIKit.IUITextDraggable textDraggableView, UIKit.IUIDragSession session);
static member DragSessionWillBegin : UIKit.IUITextDragDelegate * UIKit.IUITextDraggable * UIKit.IUIDragSession -> unit
參數
- This
- IUITextDragDelegate
這個擴充方法運作所在的實例。
- textDraggableView
- IUITextDraggable
組織檢視。
- session
- IUIDragSession
將會開始的拖曳會話。