共用方式為


UIDocumentInteractionController.PresentOpenInMenu 方法

定義

多載

PresentOpenInMenu(UIBarButtonItem, Boolean)

提供開啟檔,並將該功能表錨定到指定的 UIBarButtonItem 的功能表。

PresentOpenInMenu(CGRect, UIView, Boolean)

顯示開啟檔的功能表。

PresentOpenInMenu(UIBarButtonItem, Boolean)

提供開啟檔,並將該功能表錨定到指定的 UIBarButtonItem 的功能表。

[Foundation.Export("presentOpenInMenuFromBarButtonItem:animated:")]
public virtual bool PresentOpenInMenu (UIKit.UIBarButtonItem item, bool animated);
abstract member PresentOpenInMenu : UIKit.UIBarButtonItem * bool -> bool
override this.PresentOpenInMenu : UIKit.UIBarButtonItem * bool -> bool

參數

animated
Boolean

傳回

屬性

適用於

PresentOpenInMenu(CGRect, UIView, Boolean)

顯示開啟檔的功能表。

[Foundation.Export("presentOpenInMenuFromRect:inView:animated:")]
public virtual bool PresentOpenInMenu (CoreGraphics.CGRect rect, UIKit.UIView inView, bool animated);
abstract member PresentOpenInMenu : CoreGraphics.CGRect * UIKit.UIView * bool -> bool
override this.PresentOpenInMenu : CoreGraphics.CGRect * UIKit.UIView * bool -> bool

參數

rect
CGRect
inView
UIView
animated
Boolean

傳回

屬性

適用於