共用方式為


WidgetActionInvokedArgs 類別

定義

提供回 IWidgetProvider.OnActionInvoked(WidgetActionInvokedArgs) 呼的資料,該回呼會在小工具上叫用動作時引發,例如使用者按一下按鈕。

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

屬性

CustomState

取得字串,其中包含與動作相關聯之小工具的自訂狀態。

Data

取得 JSON 字串,其中包含代表與動作相關聯之資料的索引鍵/值組。

Verb

取得字串,這個字串表示與相關聯動作相關聯的動詞。

WidgetContext

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

適用於