Compartir a través de


UIPreferredPresentationStyle Enumeración

Definición

Enumera cómo se deben presentar los datos de .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 = 
Herencia
UIPreferredPresentationStyle
Atributos

Campos

Attachment 2

Los datos deben mostrarse como datos adjuntos.

Inline 1

Los datos deben mostrarse insertados.

Unspecified 0

No hay ningún estilo de presentación preferido.

Se aplica a