UIDocumentBrowserViewController.GetTransitionController(NSUrl) 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.
Creates and returns a transition controller for the document at the specified URL.
public virtual UIKit.UIDocumentBrowserTransitionController GetTransitionController (Foundation.NSUrl documentUrl);
abstract member GetTransitionController : Foundation.NSUrl -> UIKit.UIDocumentBrowserTransitionController
override this.GetTransitionController : Foundation.NSUrl -> UIKit.UIDocumentBrowserTransitionController
Parameters
- documentUrl
- NSUrl
The document URL for which to get a transition controller.
Returns
Developers should only specify values for documentURL
that were obtained from the document browser.