UIPasteboardOptions Constructors
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.
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 |
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