UIPasteConfiguration Class
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.
Object that paste responders use to tell whether they accept pastes and drops for specific data typed.
[Foundation.Register("UIPasteConfiguration", true)]
public class UIPasteConfiguration : Foundation.NSObject, Foundation.INSCopying, Foundation.INSSecureCoding, IDisposable
[<Foundation.Register("UIPasteConfiguration", true)>]
type UIPasteConfiguration = class
inherit NSObject
interface INSCoding
interface INativeObject
interface IDisposable
interface INSCopying
interface INSSecureCoding
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| UIPasteConfiguration() |
Creates a new UIPasteConfiguration with default values. |
| UIPasteConfiguration(Class) | |
| UIPasteConfiguration(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| UIPasteConfiguration(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| UIPasteConfiguration(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
| UIPasteConfiguration(String[]) | |
| UIPasteConfiguration(Type) |
Creates a new paste configuration that specifies that the types in the specified type identifiers array can be pasted and/or dropped. |
Properties
| Name | Description |
|---|---|
| AcceptableTypeIdentifiers | |
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Zone | (Inherited from NSObject) |