UIAdaptivePresentationControllerDelegate_Extensions クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プロトコルからUIAdaptivePresentationControllerDelegateのすべてのメソッドをIUIAdaptivePresentationControllerDelegateサポートする インターフェイスへの拡張メソッド。
public static class UIAdaptivePresentationControllerDelegate_Extensions
type UIAdaptivePresentationControllerDelegate_Extensions = class
- 継承
-
UIAdaptivePresentationControllerDelegate_Extensions
注釈
の IUIAdaptivePresentationControllerDelegate 拡張メソッドを使用すると、開発者はインターフェイスのインスタンスを、元 UIAdaptivePresentationControllerDelegate のプロトコルのすべての省略可能なメソッドを持つものとして扱えることができるようになります。 インターフェイスには必要なメンバーのみが含まれるため、これらの拡張メソッドを使用すると、開発者はプロトコルの省略可能なメンバーを呼び出すことができるようになります。
メソッド
GetAdaptivePresentationStyle(IUIAdaptivePresentationControllerDelegate, UIPresentationController) |
に変更した後に使用する新しいプレゼンテーション スタイルを返します |
GetAdaptivePresentationStyle(IUIAdaptivePresentationControllerDelegate, UIPresentationController, UIModalPresentationStyle) |
古い.
署名が正しくありません。 UITraitCollection パラメーターでオーバーロードを使用します。 |
GetAdaptivePresentationStyle(IUIAdaptivePresentationControllerDelegate, UIPresentationController, UITraitCollection) |
指定した |
GetViewControllerForAdaptivePresentation(IUIAdaptivePresentationControllerDelegate, UIPresentationController, UIModalPresentationStyle) |
指定した |
WillPresent(IUIAdaptivePresentationControllerDelegate, UIPresentationController, UIModalPresentationStyle, IUIViewControllerTransitionCoordinator) |
プレゼンテーションの前に呼び出されます。 |