Share via


UIPasteboard.Strings Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string[]? Strings { [Foundation.Export("strings", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setStrings:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("strings", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setStrings:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.Strings : string[] with get, set

Property Value

String[]
Attributes

Applies to