다음을 통해 공유


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
특성

설명

인터페이스의 및 OnWidgetContextChanged(WidgetContextChangedArgs) 메서드를 구현하여 CreateWidget(WidgetContext) 이 클래스의 instance 가져옵니다IWidgetProvider.

속성

DefinitionId

위젯 공급자가 위젯을 분류하기 위해 등록된 식별자를 가져옵니다.

Id

WidgetContext와 연결된 위젯의 ID를 가져옵니다.

IsActive

위젯의 활성화 상태를 가져옵니다.

Size

위젯의 현재 표시된 크기를 나타내는 값을 가져옵니다.

적용 대상