共用方式為


UIDocumentInteractionControllerDelegate_Extensions 類別

定義

介面的 IUIDocumentInteractionControllerDelegate 擴充方法,以支援通訊 UIDocumentInteractionControllerDelegate 協定中的所有方法。

public static class UIDocumentInteractionControllerDelegate_Extensions
type UIDocumentInteractionControllerDelegate_Extensions = class
繼承
UIDocumentInteractionControllerDelegate_Extensions

備註

IUIDocumentInteractionControllerDelegate 擴充方法可讓開發人員將介面的實例視為具有原始 UIDocumentInteractionControllerDelegate 通訊協定的所有選擇性方法。 由於介面只包含必要的成員,這些擴充方法可讓開發人員呼叫通訊協定的選擇性成員。

方法

CanPerformAction(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController, Selector)

開發人員不應該使用此已被取代的方法,這會判斷指定的控制器是否應該支援指定的動作。

DidDismissOpenInMenu(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

表示控制器已關閉其 [開啟 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)

表示 [開啟 In...] 功能表即將呈現給應用程式使用者。

WillPresentOptionsMenu(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

表示 [選項] 功能表即將呈現給應用程式使用者。

適用於