UIDocumentInteractionControllerDelegate_Extensions クラス

定義

プロトコルからUIDocumentInteractionControllerDelegateのすべてのメソッドをIUIDocumentInteractionControllerDelegateサポートする インターフェイスへの拡張メソッド。

public static class UIDocumentInteractionControllerDelegate_Extensions
type UIDocumentInteractionControllerDelegate_Extensions = class
継承
UIDocumentInteractionControllerDelegate_Extensions

注釈

IUIDocumentInteractionControllerDelegate 拡張メソッドを使用すると、開発者はインターフェイスのインスタンスを、元 UIDocumentInteractionControllerDelegate のプロトコルのすべての省略可能なメソッドを持つものとして扱えることができるようになります。 インターフェイスには必要なメンバーのみが含まれるため、これらの拡張メソッドを使用すると、開発者はプロトコルの省略可能なメンバーを呼び出すことができるようになります。

メソッド

CanPerformAction(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController, Selector)

開発者は、この非推奨のメソッドを使用しないでください。このメソッドは、指定したコントローラーが指定したアクションをサポートする必要があるかどうかを決定します。

DidDismissOpenInMenu(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

コントローラーが "Open In..." メニューを閉じていたことを示します。

DidDismissOptionsMenu(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

コントローラーが [オプション] メニューを閉じていたことを示します。

DidEndPreview(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

コントローラーがドキュメント プレビューを終了したことを示します。

DidEndSendingToApplication(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController, String)

コントローラーのドキュメントが指定されたアプリケーションに渡されたことを示します。

PerformAction(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController, Selector)

開発者は、この非推奨のメソッドを使用しないでください。

RectangleForPreview(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

ドキュメント プレビューの表示をアニメーション化するための開始点として使用される RectangleF。

ViewControllerForPreview(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

ドキュメント プレビューを提供する UIViewController。

ViewForPreview(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

アニメーション プレビューの開始点として使用する UIView。 null の場合、プレビューはフェードインします。

WillBeginPreview(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

ドキュメント のプレビューが開始されることを示します。

WillBeginSendingToApplication(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController, String)

コントローラーのドキュメントが、指定したアプリケーションに渡されようとしていることを示します。

WillPresentOpenInMenu(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

[Open In...] メニューがアプリ ユーザーに表示されようとしていることを示します。

WillPresentOptionsMenu(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

[オプション] メニューがアプリ ユーザーに表示されようとしていることを示します。

適用対象