共用方式為


LocalLocationFinderResult.Status 屬性

定義

取得 FindLocalLocationsAsync 方法所執行搜尋的狀態。

注意

此 API 不適用於所有 Windows 應用程式。 除非您的開發人員帳戶是由 Microsoft 特別布建,否則呼叫此 API 會在運行時間失敗。 如需 Windows.Services.Maps.LocalSearch 命名空間的詳細資訊,請與您的Microsoft帳戶小組代表合作。

public:
 property LocalLocationFinderStatus Status { LocalLocationFinderStatus get(); };
LocalLocationFinderStatus Status();
public LocalLocationFinderStatus Status { get; }
var localLocationFinderStatus = localLocationFinderResult.status;
Public ReadOnly Property Status As LocalLocationFinderStatus

屬性值

FindLocalLocationsAsync 方法所執行的搜尋狀態。

適用於