共用方式為


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 類別的建構函式設定查詢參數。

適用於