UIDragItem.LocalObject Property
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.
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.