IUITextPasteConfigurationSupporting Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface for text controls to respond to paste operations.
[Foundation.Protocol(Name="UITextPasteConfigurationSupporting", WrapperType=typeof(UIKit.UITextPasteConfigurationSupportingWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Weak, GetterSelector="pasteDelegate", IsProperty=true, IsRequired=true, IsStatic=false, Name="PasteDelegate", PropertyType=typeof(UIKit.IUITextPasteDelegate), Selector="pasteDelegate", SetterSelector="setPasteDelegate:")]
public interface IUITextPasteConfigurationSupporting : IDisposable, UIKit.IUIPasteConfigurationSupporting
[<Foundation.Protocol(Name="UITextPasteConfigurationSupporting", WrapperType=typeof(UIKit.UITextPasteConfigurationSupportingWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Weak, GetterSelector="pasteDelegate", IsProperty=true, IsRequired=true, IsStatic=false, Name="PasteDelegate", PropertyType=typeof(UIKit.IUITextPasteDelegate), Selector="pasteDelegate", SetterSelector="setPasteDelegate:")>]
type IUITextPasteConfigurationSupporting = interface
interface INativeObject
interface IDisposable
interface IUIPasteConfigurationSupporting
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
| PasteConfiguration |
The UIPasteConfiguration supported by |
| PasteDelegate |
Gets the delegate for handling text pasting and text drops. |
Methods
| Name | Description |
|---|---|
| CanPaste(NSItemProvider[]) |
Returns |
| Paste(NSItemProvider[]) |
Performs the paste. (Inherited from IUIPasteConfigurationSupporting) |
Extension Methods
| Name | Description |
|---|---|
| GetHandle(INativeObject) | |
| GetNonNullHandle(INativeObject, String) | |
| CanPaste(IUIPasteConfigurationSupporting, NSItemProvider[]) |
Returns |
| Paste(IUIPasteConfigurationSupporting, NSItemProvider[]) |
Performs the paste. |