次の方法で共有


CustomQueryParametersUpdateOptions.CustomQueryParameters プロパティ

定義

クエリ パラメーターを含む文字列を取得します。

public:
 property Platform::String ^ CustomQueryParameters { Platform::String ^ get(); };
winrt::hstring CustomQueryParameters();
public string CustomQueryParameters { get; }
var string = customQueryParametersUpdateOptions.customQueryParameters;
Public ReadOnly Property CustomQueryParameters As String

プロパティ値

String

Platform::String

winrt::hstring

クエリ パラメーターを含む文字列。

注釈

CustomQueryParametersUpdateOptions クラスのコンストラクターを使用してクエリ パラメーターを設定します。

適用対象