GlobalizationPreferences.TrySetHomeGeographicRegion(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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>