WidgetActionInvokedArgs.Data 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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
屬性值
JSON 字串,包含代表與動作相關聯的資料。
備註
應用程式會在動作定義中定義其調適型卡片視覺效果範本中的資料。 如需在調適型卡片範本中設定動作資料的相關資訊,請參閱使用調適型卡片建立小工具範本Designer。