GeographicRegion.IsSupported(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定是否支持地理区域标识符。
public:
static bool IsSupported(Platform::String ^ geographicRegionCode);
static bool IsSupported(winrt::hstring const& geographicRegionCode);
public static bool IsSupported(string geographicRegionCode);
function isSupported(geographicRegionCode)
Public Shared Function IsSupported (geographicRegionCode As String) As Boolean
参数
- geographicRegionCode
-
String
Platform::String
winrt::hstring
标识国家/地区的 ISO 3166-1 双字母或三字母代码之一,或标识地理区域的三位数 UN-M49 代码之一。
返回
Boolean
bool
如果 ID 已知,则为 True;否则, ** false**。 如果此方法返回 true,则应用可以使用此区域标识符安全地构造区域。 如果返回 false,则尝试为给定代码构造区域将引发异常。