次の方法で共有


AppInstallOptions.CampaignId プロパティ

定義

インストールするアプリに関連付けられているプロモーション キャンペーン ID を取得または設定します。

public:
 property Platform::String ^ CampaignId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CampaignId();

void CampaignId(winrt::hstring value);
public string CampaignId { get; set; }
var string = appInstallOptions.campaignId;
appInstallOptions.campaignId = string;
Public Property CampaignId As String

プロパティ値

String

Platform::String

winrt::hstring

インストールするアプリに関連付けられているプロモーション キャンペーン ID。

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v7.0 で導入)

適用対象

こちらもご覧ください