IWidgetManager.UpdateWidget(WidgetUpdateRequestOptions) Method

Definition

Interface definition of the UpdateWidget(WidgetUpdateRequestOptions) method.

public:
 void UpdateWidget(WidgetUpdateRequestOptions ^ widgetUpdateRequestOptions);
void UpdateWidget(WidgetUpdateRequestOptions const& widgetUpdateRequestOptions);
public void UpdateWidget(WidgetUpdateRequestOptions widgetUpdateRequestOptions);
function updateWidget(widgetUpdateRequestOptions)
Public Sub UpdateWidget (widgetUpdateRequestOptions As WidgetUpdateRequestOptions)

Parameters

widgetUpdateRequestOptions
WidgetUpdateRequestOptions

A WidgetUpdateRequestOptions object.

Remarks

The IWidgetManager interface is a part of the underlying implementation of the widget framework and is not intended to be used directly by app developers who are implementing widget providers.

Applies to