次の方法で共有


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
属性

注釈

ウィジェット ボードがフィード コンテンツを要求しているときに、クエリ パラメーターがリモート フィード プロバイダー URI に渡されます。 これにより、認証トークンをリモート サービスに渡すなどのシナリオが可能になります。

コンストラクター

CustomQueryParametersUpdateOptions(String, String)

CustomQueryParametersUpdateOptions クラスの新しいインスタンスを初期化します。

プロパティ

CustomQueryParameters

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

FeedProviderDefinitionId

クエリ パラメーターの更新に関連付けられているフィードの一意識別子を取得します。

適用対象