共用方式為


LocalLocation.Category 屬性

定義

取得此位置的類別。

注意

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

public:
 property Platform::String ^ Category { Platform::String ^ get(); };
winrt::hstring Category();
public string Category { get; }
var string = localLocation.category;
Public ReadOnly Property Category As String

屬性值

String

Platform::String

winrt::hstring

這個位置的類別。

Windows 需求

裝置系列
Windows Desktop Extension SDK (已於 10.0.14393.0 引進)
Windows Mobile Extension SDK (已於 10.0.14393.0 引進)
Windows Team Extension SDK (已於 10.0.14393.0 引進)
API contract
Windows.Services.Maps.LocalSearchContract (已於 v3.0 引進)

適用於