共用方式為


CustomQueryParametersUpdateOptions 類別

定義

傳達對的呼叫 SetCustomQueryParameters(CustomQueryParametersUpdateOptions)的查詢參數和相關元數據。

public ref class CustomQueryParametersUpdateOptions sealed
/// [Windows.Foundation.Metadata.Activatable(Microsoft.Windows.Widgets.Feeds.Providers.ICustomQueryParametersUpdateOptionsFactory, 262144, "Microsoft.Windows.Widgets.WidgetContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class CustomQueryParametersUpdateOptions final
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.Windows.Widgets.Feeds.Providers.ICustomQueryParametersUpdateOptionsFactory), 262144, "Microsoft.Windows.Widgets.WidgetContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class CustomQueryParametersUpdateOptions
function CustomQueryParametersUpdateOptions(feedProviderDefinitionId, customQueryParameters)
Public NotInheritable Class CustomQueryParametersUpdateOptions
繼承
Object Platform::Object IInspectable CustomQueryParametersUpdateOptions
屬性

備註

當 Widgets Board 要求摘要內容時,查詢參數會傳遞至遠端摘要提供者 URI。 這可讓將驗證令牌傳遞至遠端服務等案例。

建構函式

CustomQueryParametersUpdateOptions(String, String)

初始化 CustomQueryParametersUpdateOptions 類別的新實例。

屬性

CustomQueryParameters

取得包含查詢參數的字串。

FeedProviderDefinitionId

取得與查詢參數更新相關聯之摘要的唯一標識符。

適用於