次の方法で共有


PaymentMerchantInfo コンストラクター

定義

オーバーロード

PaymentMerchantInfo()

新しい PaymentMerchantInfo オブジェクトを 作成します。

PaymentMerchantInfo(Uri)

新しい PaymentMerchantInfo オブジェクトを 作成します。

PaymentMerchantInfo()

新しい PaymentMerchantInfo オブジェクトを 作成します。

public:
 PaymentMerchantInfo();
 PaymentMerchantInfo();
public PaymentMerchantInfo();
function PaymentMerchantInfo()
Public Sub New ()

適用対象

PaymentMerchantInfo(Uri)

新しい PaymentMerchantInfo オブジェクトを 作成します。

public:
 PaymentMerchantInfo(Uri ^ uri);
 PaymentMerchantInfo(Uri const& uri);
public PaymentMerchantInfo(System.Uri uri);
function PaymentMerchantInfo(uri)
Public Sub New (uri As Uri)

パラメーター

uri
Uri Uri

URI。

適用対象