ShownTileNotification.Arguments 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从显示的磁贴大小的通知的 XML 有效负载中获取参数;如果没有为该大小提供参数,则获取空字符串。
public:
property Platform::String ^ Arguments { Platform::String ^ get(); };
winrt::hstring Arguments();
public string Arguments { get; }
var string = shownTileNotification.arguments;
Public ReadOnly Property Arguments As String
属性值
显示磁贴大小的通知 XML 有效负载中的参数;如果没有为该大小提供参数,则为空字符串。