UIDocumentInteractionController Class
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.
Supports displaying, preview and opening files stored on the device.
[Foundation.Register("UIDocumentInteractionController", true)]
public class UIDocumentInteractionController : Foundation.NSObject
[<Foundation.Register("UIDocumentInteractionController", true)>]
type UIDocumentInteractionController = class
inherit NSObject
- Inheritance
- Attributes
Remarks
Application developers can use this class to display and interact with files on the device. Types of interaction include, e.g., previewing, printing, opening, and copying files.
Constructors
| Name | Description |
|---|---|
| UIDocumentInteractionController() |
Creates a new UIDocumentInteractionController with default values. |
| UIDocumentInteractionController(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| UIDocumentInteractionController(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Annotation | |
| CanPerformAction |
Delegate invoked by the object to get a value. |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| Delegate |
An instance of the UIKit.IUIDocumentInteractionControllerDelegate model class which acts as the class delegate. |
| Description | (Inherited from NSObject) |
| GestureRecognizers | |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Icons | |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| Name | |
| PerformAction |
Delegate invoked by the object to get a value. |
| RectangleForPreview |
Delegate invoked by the object to get a value. |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Url | |
| Uti | |
| ViewControllerForPreview |
Delegate invoked by the object to get a value. |
| ViewForPreview |
Delegate invoked by the object to get a value. |
| WeakDelegate | |
| Zone | (Inherited from NSObject) |
Methods
Events
| Name | Description |
|---|---|
| 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. |