MapAddress.RegionCode 属性

定义

获取或设置区域 (的代码,例如地址的州或省) 。

public:
 property Platform::String ^ RegionCode { Platform::String ^ get(); };
winrt::hstring RegionCode();
public string RegionCode { get; }
var string = mapAddress.regionCode;
Public ReadOnly Property RegionCode As String

属性值

String

Platform::String

winrt::hstring

区域的代码 (例如地址的州或省) 。

适用于

另请参阅