共用方式為


WidgetActionInvokedArgs.Data 屬性

定義

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

public:
 property Platform::String ^ Data { Platform::String ^ get(); };
winrt::hstring Data();
public string Data { get; }
var string = widgetActionInvokedArgs.data;
Public ReadOnly Property Data As String

屬性值

String

Platform::String

winrt::hstring

JSON 字串,包含代表與動作相關聯的資料。

備註

應用程式會在動作定義中定義其調適型卡片視覺效果範本中的資料。 如需在調適型卡片範本中設定動作資料的相關資訊,請參閱使用調適型卡片建立小工具範本Designer

適用於