PKContact.SupplementarySubLocality Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Los desarrolladores no deben usar esta propiedad en desuso. En su lugar, los desarrolladores deben usar "SubLocality" y "SubAdministrativeArea" en "PostalAddress".
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 3, ObjCRuntime.PlatformArchitecture.None, "Use 'SubLocality' and 'SubAdministrativeArea' on 'PostalAddress' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.None, "Use 'SubLocality' and 'SubAdministrativeArea' on 'PostalAddress' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string SupplementarySubLocality { [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 3, ObjCRuntime.PlatformArchitecture.None, "Use 'SubLocality' and 'SubAdministrativeArea' on 'PostalAddress' instead.")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.None, "Use 'SubLocality' and 'SubAdministrativeArea' on 'PostalAddress' instead.")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 2, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("supplementarySubLocality", ObjCRuntime.ArgumentSemantic.Strong)] get; [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 3, ObjCRuntime.PlatformArchitecture.None, "Use 'SubLocality' and 'SubAdministrativeArea' on 'PostalAddress' instead.")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.None, "Use 'SubLocality' and 'SubAdministrativeArea' on 'PostalAddress' instead.")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 2, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setSupplementarySubLocality:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.SupplementarySubLocality : string with get, set
Valor de propiedad
(Se incluye más documentación para este nodo)
Este valor puede ser null
.
- Atributos