UIDocumentInteractionController.Annotation 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.
Used to pass custom property-list information to the application that will open the document.
public virtual Foundation.NSObject Annotation { [Foundation.Export("annotation", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setAnnotation:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.Annotation : Foundation.NSObject with get, set
Property Value
This value can be null
.
- Attributes