共用方式為


WidgetInfo 類別

定義

包含小工具的狀態資訊,包括視覺化範本、資料範本、自訂狀態、上次更新時間和小工具主機的內容資訊。

public ref class WidgetInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WidgetInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WidgetInfo
Public NotInheritable Class WidgetInfo
繼承
Object Platform::Object IInspectable WidgetInfo
屬性

備註

呼叫 WidgetManager.GetWidgetInfo(String)WidgetManager.GetWidgetInfos() 以取得這個類別的實例。

屬性

CustomState

取得字串,其中包含小工具目前的調適型卡片 JSON 資料範本。

Data

取得字串,其中包含小工具目前的調適型卡片 JSON 資料範本。

LastUpdateTime

取得小工具上次更新的時間。

Template

取得字串,其中包含小工具目前的調適型卡片 JSON 視覺效果範本。

WidgetContext

取得 物件, WidgetContext 其中包含小工具主機內小工具組態的相關資訊。

適用於