UIDocumentBrowserViewControllerDelegate_Extensions.WillPresent Method
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.
Developers may implement this method to prepare for the display of an activity view.
public static void WillPresent (this UIKit.IUIDocumentBrowserViewControllerDelegate This, UIKit.UIDocumentBrowserViewController controller, UIKit.UIActivityViewController activityViewController);
static member WillPresent : UIKit.IUIDocumentBrowserViewControllerDelegate * UIKit.UIDocumentBrowserViewController * UIKit.UIActivityViewController -> unit
Parameters
The instance on which this extension method operates.
- controller
- UIDocumentBrowserViewController
The controller that is about to present the activity.
- activityViewController
- UIActivityViewController
The activity that will be presented.