Share via


UIPasteboardOptions Constructors

Definition

Overloads

Name Description
UIPasteboardOptions()

Creates a new UIPasteboardOptions with default (empty) values.

UIPasteboardOptions(NSDictionary)

Creates a new UIPasteboardOptions from the values that are specified in dictionary.

UIPasteboardOptions()

Creates a new UIPasteboardOptions with default (empty) values.

[Foundation.Preserve(Conditional=true)]
public UIPasteboardOptions();
public UIPasteboardOptions();
Attributes

Applies to

UIPasteboardOptions(NSDictionary)

Creates a new UIPasteboardOptions from the values that are specified in dictionary.

[Foundation.Preserve(Conditional=true)]
public UIPasteboardOptions(Foundation.NSDictionary? dictionary);
public UIPasteboardOptions(Foundation.NSDictionary? dictionary);
[<Foundation.Preserve(Conditional=true)>]
new UIKit.UIPasteboardOptions : Foundation.NSDictionary -> UIKit.UIPasteboardOptions
new UIKit.UIPasteboardOptions : Foundation.NSDictionary -> UIKit.UIPasteboardOptions

Parameters

dictionary
NSDictionary

The dictionary to use to populate the properties of this type.

Attributes

Applies to