IWidgetManager.UpdateWidget(WidgetUpdateRequestOptions) 方法

定义

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

参数

widgetUpdateRequestOptions
WidgetUpdateRequestOptions

WidgetUpdateRequestOptions 对象。

注解

IWidgetManager 接口是小组件框架基础实现的一部分,不供实现小组件提供程序的应用开发人员直接使用。

适用于