The properties of UIKit.UIDocumentInteractionController are listed below. For a list of all members, see the UIDocumentInteractionController Members list.
See Also: Inherited members from Foundation.NSObject
| Annotation | Foundation.NSObject. Used to pass custom property-list information to the application that will open the document. | |
| CanPerformAction | UIDocumentInteractionProbe. Delegate invoked by the object to get a value. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Delegate | IUIDocumentInteractionControllerDelegate. An instance of the UIKit.UIDocumentInteractionControllerDelegate model class which acts as the class delegate. | |
| [read-only] | GestureRecognizers | UIGestureRecognizer[]. The system-provided gesture recognizers for presenting a UIDocumentInteractionController. |
| [read-only] | Icons | UIImage[]. The images associated with the target file. Read-only. |
| Name | string. The name of the target file. | |
| PerformAction | UIDocumentInteractionProbe. Delegate invoked by the object to get a value. | |
| RectangleForPreview | UIDocumentInteractionRectangle. Delegate invoked by the object to get a value. | |
| Url | Foundation.NSUrl. The URL of the target file on the local filesystem. | |
| Uti | string. The Uniform Type Identifier of the target file. | |
| ViewControllerForPreview | UIDocumentViewController. Delegate invoked by the object to get a value. | |
| ViewForPreview | UIDocumentViewForPreview. Delegate invoked by the object to get a value. | |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type |