UIColor.WritableTypeIdentifiersForItemProvider Property

Definition

Gets the array of uniform type identifiers that specify which data types can be loaded into a color.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string[] WritableTypeIdentifiersForItemProvider { [Foundation.Export("writableTypeIdentifiersForItemProvider", ObjCRuntime.ArgumentSemantic.Copy)] get; }
member this.WritableTypeIdentifiersForItemProvider : string[]

Property Value

String[]
Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to