共用方式為


GlobalizationPreferences.TrySetHomeGeographicRegion(String) 方法

定義

嘗試在 IoT 裝置上設定使用者的主地理區域。

注意

這個方法僅適用于 內嵌模式

public:
 static bool TrySetHomeGeographicRegion(Platform::String ^ region);
 static bool TrySetHomeGeographicRegion(winrt::hstring const& region);
public static bool TrySetHomeGeographicRegion(string region);
function trySetHomeGeographicRegion(region)
Public Shared Function TrySetHomeGeographicRegion (region As String) As Boolean

參數

region
String

Platform::String

winrt::hstring

代表使用者主位置的地理區域識別碼。

傳回

Boolean

bool

如果已設定 HomeGeographicRegion,則為true;否則為false

Windows 需求

裝置系列
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)

備註

您的應用程式必須宣告 systemManagement 功能,這可讓應用程式存取基本系統管理許可權,包括地區設定、時區、關機和重新開機。

當您在應用程式的套件資訊清單中宣告它時,systemManagement 功能必須包含 iot 命名空間。

<Capabilities><iot:Capability Name="systemManagement"/></Capabilities>

適用於