UIDocumentInteractionController.PresentOpenInMenu 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
參數
- item
- UIBarButtonItem
- 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
傳回
- 屬性