UIPasteConfiguration.AddTypeIdentifiers Method

Definition

Overloads

AddTypeIdentifiers(Class)

Adds the acceptable type identifiers from the provider reading class to the array that specifies the types that can be pasted and/or dropped.

AddTypeIdentifiers(Type)

Adds the acceptable type identifiers from the provider reading type to the array that specifies the types that can be pasted and/or dropped.

AddTypeIdentifiers(Class)

Adds the acceptable type identifiers from the provider reading class to the array that specifies the types that can be pasted and/or dropped.

[Foundation.Export("addTypeIdentifiersForAcceptingClass:")]
public virtual void AddTypeIdentifiers (ObjCRuntime.Class itemProviderReadingClass);
abstract member AddTypeIdentifiers : ObjCRuntime.Class -> unit
override this.AddTypeIdentifiers : ObjCRuntime.Class -> unit

Parameters

itemProviderReadingClass
Class

The class of objects that can be pasted and/or dropped.

Attributes

Applies to

AddTypeIdentifiers(Type)

Adds the acceptable type identifiers from the provider reading type to the array that specifies the types that can be pasted and/or dropped.

public void AddTypeIdentifiers (Type itemProviderReadingType);
member this.AddTypeIdentifiers : Type -> unit

Parameters

itemProviderReadingType
Type

The type of objects that can be pasted and/or dropped.

Applies to