IWidgetManager Interface

Definition

The interface that is implemented by the WidgetManager class, which provides methods for querying, updating and deleting widgets.

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
Derived
Attributes

Remarks

This interface is a part of the underlying implementation of the widget framework and is not intended to be used directly by app developers who are implementing widget providers.

Methods

DeleteWidget(String)

Interface definition of the DeleteWidget(String) method.

GetWidgetIds()

Interface definition of the GetWidgetIds() method.

GetWidgetInfo(String)

Interface definition of the GetWidgetInfo(String) method.

GetWidgetInfos()

Interface definition of the GetWidgetInfos() method.

UpdateWidget(WidgetUpdateRequestOptions)

Interface definition of the UpdateWidget(WidgetUpdateRequestOptions) method.

Applies to