次の方法で共有


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 など、ユーザーの場所に関連付けられている国コード。

適用対象