IWidgetManager.UpdateWidget(WidgetUpdateRequestOptions) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 接口是小组件框架的基础实现的一部分,不应由实现小组件提供程序的应用开发人员直接使用。