共用方式為


WidgetManager 類別

定義

提供查詢、更新和刪除小工具的方法。

public ref class WidgetManager sealed : IWidgetManager
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class WidgetManager final : IWidgetManager
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class WidgetManager : IWidgetManager
Public NotInheritable Class WidgetManager
Implements IWidgetManager
繼承
Object Platform::Object IInspectable WidgetManager
屬性
實作

備註

這個類別只能在現有的小工具上執行作業。

藉由呼叫 GetDefault() 來取得這個類別的實例。

方法

DeleteWidget(String)

要求從小工具主機移除小工具。

GetDefault()

取得 WidgetManager 類別的執行個體。

GetWidgetIds()

取得與呼叫提供者應用程式相關聯之小工具的所有小工具識別碼。

GetWidgetInfo(String)

WidgetInfo取得 物件,其中包含具有所提供小工具識別碼的小工具相關資訊,包括視覺化範本、資料範本、自訂狀態、上次更新時間和小工具主機的內容資訊。

GetWidgetInfos()

取得與呼叫應用程式相關聯之所有小工具的預存資訊。

UpdateWidget(WidgetUpdateRequestOptions)

為小工具主機提供小工具的更新內容。

適用於