Partager via


Geocoordinate.Altitude Propriété

Définition

Notes

L’altitude peut être modifiée ou indisponible après Windows 8.1 et Windows Phone 8,1. Utilisez plutôt Geocoordinate.Point.

Altitude de l’emplacement, en mètres.

public:
 property IReference<double> ^ Altitude { IReference<double> ^ get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("Altitude may be altered or unavailable after Windows 8.1. Instead, use Point.Position.Altitude", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
IReference<double> Altitude();
/// [get: Windows.Foundation.Metadata.Deprecated("Altitude may be altered or unavailable after Windows 8.1. Instead, use Point.Position.Altitude", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
IReference<double> Altitude();
public System.Nullable<double> Altitude { [Windows.Foundation.Metadata.Deprecated("Altitude may be altered or unavailable after Windows 8.1. Instead, use Point.Position.Altitude", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; }
public System.Nullable<double> Altitude { [Windows.Foundation.Metadata.Deprecated("Altitude may be altered or unavailable after Windows 8.1. Instead, use Point.Position.Altitude", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; }
var iReference = geocoordinate.altitude;
Public ReadOnly Property Altitude As Nullable(Of Double)

Valeur de propriété

Altitude en mètres.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
location ID_CAP_LOCATION [Windows Phone]

Remarques

Cette propriété facultative est définie si elle est disponible. Si la propriété n’est pas disponible, la valeur est NULL ou NaN (selon la version du système d’exploitation). Nous vous recommandons de rechercher ces deux possibilités dans votre application.

S’applique à