共用方式為


UIPreferredPresentationStyle 列舉

定義

列舉應該如何呈現來自 NSItemProvider 的資料。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIPreferredPresentationStyle
type UIPreferredPresentationStyle = 
繼承
UIPreferredPresentationStyle
屬性

欄位

Attachment 2

資料應該會顯示為附件。

Inline 1

資料應該以內嵌方式顯示。

Unspecified 0

沒有慣用的簡報樣式。

適用於