次の方法で共有


TargetedContentSubscriptionOptions.CloudQueryParameters プロパティ

定義

TargetedContentSubscription オブジェクトの Cloud Query パラメーターのコレクションを取得します。

public:
 property IMap<Platform::String ^, Platform::String ^> ^ CloudQueryParameters { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> CloudQueryParameters();
public IDictionary<string,string> CloudQueryParameters { get; }
var iMap = targetedContentSubscriptionOptions.cloudQueryParameters;
Public ReadOnly Property CloudQueryParameters As IDictionary(Of String, String)

プロパティ値

IMap<String,String>

IDictionary<String,String>

IMap<Platform::String,Platform::String>

IMap<winrt::hstring,winrt::hstring>

Windows の要件

アプリの機能
secondaryAuthenticationFactor

適用対象