UITextPasteDelegate_Extensions.TransformPasteItem 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
呼叫以在貼上貼上時轉換貼上專案的方法。
public static void TransformPasteItem(this UIKit.IUITextPasteDelegate This, UIKit.IUITextPasteConfigurationSupporting textPasteConfigurationSupporting, UIKit.IUITextPasteItem item);
static member TransformPasteItem : UIKit.IUITextPasteDelegate * UIKit.IUITextPasteConfigurationSupporting * UIKit.IUITextPasteItem -> unit
參數
- This
- IUITextPasteDelegate
這個擴充方法運作所在的實例。
- textPasteConfigurationSupporting
- IUITextPasteConfigurationSupporting
接收物件。
- item
- IUITextPasteItem
貼上專案。