Condividi tramite


WidgetManager Classe

Definizione

Fornisce metodi per eseguire query, aggiornare ed eliminare widget.

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
Ereditarietà
Object Platform::Object IInspectable WidgetManager
Attributi
Implementazioni

Commenti

Questa classe può eseguire solo operazioni sui widget esistenti.

Ottenere un'istanza di questa classe chiamando GetDefault().

Metodi

DeleteWidget(String)

Richiede la rimozione di un widget dall'host del widget.

GetDefault()

Ottiene un'istanza della classe WidgetManager.

GetWidgetIds()

Ottiene tutti gli ID widget per i widget associati all'app provider chiamante.

GetWidgetInfo(String)

Ottiene un WidgetInfo oggetto contenente informazioni sul widget con l'ID widget specificato, tra cui il modello visivo, il modello di dati, lo stato personalizzato, l'ultima ora di aggiornamento e le informazioni sul contesto dall'host del widget.

GetWidgetInfos()

Ottiene le informazioni archiviate per tutti i widget associati all'app chiamante.

UpdateWidget(WidgetUpdateRequestOptions)

Fornisce contenuto aggiornato per un widget all'host del widget.

Si applica a