UIDragItem.LocalObject Property

Definition

Gets or sets a custom object, such as a model object, to associate with the drag item.

public virtual Foundation.NSObject LocalObject { [Foundation.Export("localObject", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setLocalObject:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.LocalObject : Foundation.NSObject with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Remarks

Gets or sets a custom context object that is available to the initiating application only.

Applies to