共用方式為


IWidgetManager.UpdateWidget(WidgetUpdateRequestOptions) 方法

定義

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 介面是小工具架構基礎實作的一部分,不適合直接供實作 Widget 提供者的應用程式開發人員使用。

適用於