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>