UIDocumentBrowserViewController.GetTransitionController(NSUrl) 方法

定义

在指定 URL 处为文档创建并返回转换控制器。

public virtual UIKit.UIDocumentBrowserTransitionController GetTransitionController (Foundation.NSUrl documentUrl);
abstract member GetTransitionController : Foundation.NSUrl -> UIKit.UIDocumentBrowserTransitionController
override this.GetTransitionController : Foundation.NSUrl -> UIKit.UIDocumentBrowserTransitionController

参数

documentUrl
NSUrl

要为其获取转换控制器的文档 URL。

返回

开发人员应仅指定 documentURL 从文档浏览器获取的值。

适用于