IWidgetManager 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
WidgetManager 類別所實作的介面,提供查詢、更新和刪除小工具的方法。
public interface class IWidgetManager
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1909133504, 26398, 18659, 185, 149, 32, 121, 64, 57, 113, 35)]
struct IWidgetManager
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 65536)]
[Windows.Foundation.Metadata.Guid(1909133504, 26398, 18659, 185, 149, 32, 121, 64, 57, 113, 35)]
public interface IWidgetManager
Public Interface IWidgetManager
- 衍生
- 屬性
備註
這個介面是小工具架構的基礎實作的一部分,並非要由實作 Widget 提供者的應用程式開發人員直接使用。
方法
DeleteWidget(String) |
String) 方法的介面定義。 |
GetWidgetIds() |
GetWidgetIds 方法的介面定義。 |
GetWidgetInfo(String) |
String) 方法的介面定義。 |
GetWidgetInfos() |
GetWidgetInfos 方法的介面定義。 |
UpdateWidget(WidgetUpdateRequestOptions) |
WidgetUpdateRequestOptions) 方法的介面定義。 |