Compartir a través de


UITextSmartQuotesType Enumeración

Definición

Enumera el comportamiento de conversión de comillas inteligentes.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITextSmartQuotesType
type UITextSmartQuotesType = 
Herencia
UITextSmartQuotesType
Atributos

Campos

Default 0

Indica el comportamiento predeterminado.

No 1

Indica que nunca se realiza la conversión de comillas inteligentes.

Yes 2

Indica que la conversión de comillas inteligentes está habilitada.

Se aplica a