LocalLocationFinderResult 类

定义

表示 FindLocalLocationsAsync 方法执行的搜索结果。

注意

此 API 不适用于所有 Windows 应用。 除非开发人员帐户是由Microsoft专门预配的,否则对此 API 的调用将在运行时失败。 有关 Windows.Services.Maps.LocalSearch 命名空间的详细信息,请与你的Microsoft帐户团队代表协作。

public ref class LocalLocationFinderResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Maps.LocalSearchContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class LocalLocationFinderResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Maps.LocalSearchContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class LocalLocationFinderResult
Public NotInheritable Class LocalLocationFinderResult
继承
Object Platform::Object IInspectable LocalLocationFinderResult
属性

Windows 要求

设备系列
Windows Desktop Extension SDK (在 10.0.10240.0 中引入)
Windows Mobile Extension SDK (在 10.0.10240.0 中引入)
API contract
Windows.Services.Maps.LocalSearchContract (在 v1.0 中引入)

属性

LocalLocations

获取满足指定搜索条件(如果有)的企业和位置。

注意

此 API 不适用于所有 Windows 应用。 除非开发人员帐户是由Microsoft专门预配的,否则对此 API 的调用将在运行时失败。 有关 Windows.Services.Maps.LocalSearch 命名空间的详细信息,请与你的Microsoft帐户团队代表协作。

Status

获取 FindLocalLocationsAsync 方法执行的搜索状态。

注意

此 API 不适用于所有 Windows 应用。 除非开发人员帐户是由Microsoft专门预配的,否则对此 API 的调用将在运行时失败。 有关 Windows.Services.Maps.LocalSearch 命名空间的详细信息,请与你的Microsoft帐户团队代表协作。

适用于