IUIViewControllerContextTransitioning.GetViewControllerForKey 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取與指定 uiTransitionKey 相關聯的 UIViewController。
[Foundation.Export("viewControllerForKey:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.UIViewController GetViewControllerForKey (Foundation.NSString uiTransitionKey);
abstract member GetViewControllerForKey : Foundation.NSString -> UIKit.UIViewController
參數
- uiTransitionKey
- NSString
應該是 來自 UITransitionContext 的值。
傳回
- 屬性