The members of UIKit.UIDocumentInteractionController are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor that initializes a new instance of this class with no parameters. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| 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 |
DismissMenu(bool)Dismisses the active menu. | ||
DismissPreview(bool)Dismisses the active document preview. | ||
static | FromUrl(Foundation.NSUrl)Creates a new UIDocumentInteractonController initialized with the specified URL. | |
PresentOpenInMenu(UIBarButtonItem, bool)Presents a menu for opening a document and anchors that menu to the specified UIBarButtonItem. | ||
PresentOpenInMenu(UIView, bool, CoreGraphics.CGRect)Shows the "Open in..." menu. | ||
PresentOptionsMenu(UIBarButtonItem, bool)Presents an options menu and anchors it to the specified UIBarButtonItem. | ||
PresentOptionsMenu(UIView, bool, CoreGraphics.CGRect)Presents the options menu, optionally animating the presentation. | ||
PresentPreview(bool)Displays a full-screen preview of the target document. | ||
| DidDismissOpenInMenu | Event raised by the object. | |
| DidDismissOptionsMenu | Event raised by the object. | |
| DidEndPreview | Event raised by the object. | |
| DidEndSendingToApplication | Event raised by the object. | |
| WillBeginPreview | Event raised by the object. | |
| WillBeginSendingToApplication | Event raised by the object. | |
| WillPresentOpenInMenu | Event raised by the object. | |
| WillPresentOptionsMenu | Event raised by the object. |