UIPasteConfiguration.AddAcceptableTypeIdentifiers(String[]) Method

Definition

Adds the specified array of type identifiers to the array that specifies the types that can be pasted and/or dropped.

[Foundation.Export("addAcceptableTypeIdentifiers:")]
public virtual void AddAcceptableTypeIdentifiers (string[] acceptableTypeIdentifiers);
abstract member AddAcceptableTypeIdentifiers : string[] -> unit
override this.AddAcceptableTypeIdentifiers : string[] -> unit

Parameters

acceptableTypeIdentifiers
String[]

Type identifiers for items that can be pasted and/or dropped.

Attributes

Applies to