Share via


UIResponder.PasteConfiguration Property

Definition

The UIPasteConfiguration supported by this object.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIPasteConfiguration? PasteConfiguration { [Foundation.Export("pasteConfiguration", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setPasteConfiguration:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("pasteConfiguration", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setPasteConfiguration:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.PasteConfiguration : UIKit.UIPasteConfiguration with get, set

Property Value

Implements

Attributes

Applies to