共用方式為


Geocoordinate.Altitude 屬性

定義

注意

在Windows 8.1和Windows Phone 8.1 之後,高度可能會改變或無法使用。 請改用 Geocoordinate.Point

位置的高度,以公尺為單位。

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)

屬性值

高度 (以公尺為單位)。

屬性

Windows 需求

應用程式功能
location ID_CAP_LOCATION [Windows Phone]

備註

如果有可用的屬性,將會設定這個選擇性屬性。 如果屬性無法使用,則值會根據作業系統版本) 為 NullNaN (。 我們建議您的應用程式檢查這兩種可能性。

適用於