ListingInformation.CurrentMarket 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与用户位置(例如 美国 或 CA)关联的国家/地区代码,该代码用于标识当前会话中的交易市场。
public:
property Platform::String ^ CurrentMarket { Platform::String ^ get(); };
winrt::hstring CurrentMarket();
public string CurrentMarket { get; }
var string = listingInformation.currentMarket;
Public ReadOnly Property CurrentMarket As String
属性值
与用户位置关联的国家/地区代码,例如 美国 或 CA。