IUIDocumentInteractionControllerDelegate インターフェイス

定義

プロトコル UIDocumentInteractionControllerDelegateの必要なメソッド (存在する場合) を表すインターフェイス。

[Foundation.Protocol(Name="UIDocumentInteractionControllerDelegate", WrapperType=typeof(UIKit.UIDocumentInteractionControllerDelegateWrapper))]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIDocumentInteractionControllerDelegate : IDisposable, ObjCRuntime.INativeObject
type IUIDocumentInteractionControllerDelegate = interface
    interface INativeObject
    interface IDisposable
派生
属性
実装

注釈

このインターフェイスには、 で UIDocumentInteractionControllerDelegate定義されているプロトコルから必要なメソッド (存在する場合) が含まれています。

開発者がこのインターフェイスを実装するクラスを作成すると、実装メソッドは、プロトコルで定義されているメソッドのシグネチャに一致する Objective-C に自動的に UIDocumentInteractionControllerDelegate エクスポートされます。

省略可能なメソッド (存在する場合) は、 インターフェイスの拡張メソッドとして クラスによって UIDocumentInteractionControllerDelegate_Extensions 提供されるため、開発者はプロトコルで任意のオプション メソッドを呼び出すことができます。

プロパティ

Handle

アンマネージド オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

拡張メソッド

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)

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

適用対象