UIPasteboard.Strings Property

Definition

The string values of all the pasteboard items.

public virtual string[] Strings { [Foundation.Export("strings", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setStrings:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Strings : string[] with get, set

Property Value

String[]

The first value when fetching, or sets all the values when setting to the single specified value.

This value can be null.

Attributes

Applies to