IFeedManager.SetCustomQueryParameters Method
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.
Updates the query parameters for a feed.
public:
void SetCustomQueryParameters(CustomQueryParametersUpdateOptions ^ options);
void SetCustomQueryParameters(CustomQueryParametersUpdateOptions const& options);
public void SetCustomQueryParameters(CustomQueryParametersUpdateOptions options);
function setCustomQueryParameters(options)
Public Sub SetCustomQueryParameters (options As CustomQueryParametersUpdateOptions)
Parameters
A Microsoft.Windows.Widgets.Feeds.Providers.CustomQueryParametersUpdateOptions containing the identifier for the feed provider and a string containing the query parameters to update.