Compartilhar via


UIPreferredPresentationStyle Enumeração

Definição

Enumera como os dados de um NSItemProvider devem ser apresentados.

[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 = 
Herança
UIPreferredPresentationStyle
Atributos

Campos

Attachment 2

Os dados devem ser mostrados como um anexo.

Inline 1

Os dados devem ser mostrados embutidos.

Unspecified 0

Não há nenhum estilo de apresentação preferencial.

Aplica-se a