Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CustomQueryParametersUpdateOptions Class

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Conveys the query parameters and related metadata for calls to SetCustomQueryParameters.

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
Inheritance
Object Platform::Object IInspectable CustomQueryParametersUpdateOptions
Attributes

Remarks

Query parameters are passed to the remote feed provider URI when the Widgets Board is requesting feed content. This enables scenarios like passing authentication tokens to the remote service.

Constructors

Name Description
CustomQueryParametersUpdateOptions(String, String)

Initializes a new instance of the CustomQueryParametersUpdateOptions class.

Properties

Name Description
CustomQueryParameters

Gets a string containing the query parameters.

FeedProviderDefinitionId

Gets the unique identifier for the feed associated with the query parameters update.

Applies to


Feedback

Was this page helpful?