ListingInformation.CurrentMarket 属性

定义

获取与用户位置(例如 美国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

属性值

String

Platform::String

winrt::hstring

与用户位置关联的国家/地区代码,例如 美国CA

适用于