다음을 통해 공유


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

붙여넣기 항목입니다.

적용 대상