次の方法で共有


MapService.WorldViewRegionCode プロパティ

定義

ISO 3166-1 alpha-3 コードに基づいて、Map サービスで使用される 3 桁の国コードを取得します。

public:
 static property Platform::String ^ WorldViewRegionCode { Platform::String ^ get(); };
static winrt::hstring WorldViewRegionCode();
public static string WorldViewRegionCode { get; }
var string = MapService.worldViewRegionCode;
Public Shared ReadOnly Property WorldViewRegionCode As String

プロパティ値

String

Platform::String

winrt::hstring

ISO 3166-1 alpha-3 コードに基づいて、Map サービスで使用される 3 桁の国コード。

適用対象