Share via


GeolocationListeningFailedEventArgs(GeolocationError) 建構函式

定義

建立新的地理位置錯誤事件自變數物件

public:
 GeolocationListeningFailedEventArgs(Microsoft::Maui::Devices::Sensors::GeolocationError geolocationError);
public GeolocationListeningFailedEventArgs (Microsoft.Maui.Devices.Sensors.GeolocationError geolocationError);
new Microsoft.Maui.Devices.Sensors.GeolocationListeningFailedEventArgs : Microsoft.Maui.Devices.Sensors.GeolocationError -> Microsoft.Maui.Devices.Sensors.GeolocationListeningFailedEventArgs
Public Sub New (geolocationError As GeolocationError)

參數

geolocationError
GeolocationError

要用於這個物件的 gelocation 錯誤

適用於