文件名称:InteractiveToastExtensions:用于在UWP中进行交互式Toast扩展的帮助程序库
文件大小:201KB
文件格式:ZIP
更新时间:2024-05-26 08:35:55
C#
#注意:此功能现已失效,请使用官方程序包,详细信息 互动式吐司扩展 Interactive Toast Extensions是一个项目,旨在使开发人员可以更轻松地在Windows 10中创建交互式Toast所需的xml。 努吉特 即将推出... 什么是互动式敬酒? 可以在此很棒的博客文章中找到有关它们的信息, 您的验证码 var toast = new InteractiveToast(); var visual = new Visual(); visual.AddText(new Text("Spicy Heaven")); visual.AddText(new Text("When do you plan to come in tomorrow?")); visual.AddImage(new VisualImage("ms-appx:///Assets/Deadpool.png"
【文件预览】:
InteractiveToastExtensions-master
----.gitignore(3KB)
----InteractiveToastExtensions.sln(4KB)
----InteractiveToastExtensionsSample()
--------Assets()
--------App.xaml(297B)
--------MainPage.xaml.cs(3KB)
--------App.xaml.cs(4KB)
--------InteractiveToastExtensionsSample.csproj(7KB)
--------Package.appxmanifest(2KB)
--------project.lock.json(559KB)
--------Properties()
--------MainPage.xaml(593B)
--------project.json(287B)
----License(1KB)
----InteractiveToastExtensions.nuspec(1KB)
----InteractiveToastExtensions()
--------InteractiveToastExtensions.csproj(6KB)
--------InteractiveToast.cs(15KB)
--------project.lock.json(559KB)
--------Properties()
--------project.json(287B)
----readme.md(3KB)
----.gitattributes(2KB)