IWidgetManager.UpdateWidget(WidgetUpdateRequestOptions) 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.
Interface definition of the UpdateWidget 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.