WidgetContext 类

定义

提供有关小组件主机中小组件配置的信息。

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

注解

通过实现 CreateWidget(WidgetContext) 接口的 和 OnWidgetContextChanged(WidgetContextChangedArgs) 方法获取此类的 IWidgetProvider 实例。

属性

DefinitionId

获取小组件提供程序注册的标识符,以便对小组件进行分类。

Id

获取与 WidgetContext 关联的小组件的 ID。

IsActive

获取小组件的激活状态。

Size

获取一个值,该值指示当前显示的小组件的大小。

适用于