次の方法で共有


UITextPasteDelegate_Extensions.TransformPasteItem メソッド

定義

貼り付け時に貼り付け項目を変換するために呼び出されるメソッド。

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

貼り付け項目。

適用対象