UIPreferredPresentationStyle 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉應該如何呈現來自 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 | 沒有慣用的簡報樣式。 |