WinRT.Confirm.Flyout 0.3.0
dotnet add package WinRT.Confirm.Flyout --version 0.3.0
NuGet\Install-Package WinRT.Confirm.Flyout -Version 0.3.0
此命令旨在在 Visual Studio 的包管理器控制台中使用,因为它使用 NuGet 模块的 Install-Package 版本。
<PackageReference Include="WinRT.Confirm.Flyout" Version="0.3.0" />
对于支持 PackageReference 的项目,将此 XML 节点复制到项目文件中以提高包的引用。
paket add WinRT.Confirm.Flyout --version 0.3.0
NuGet 团队不提供对此客户端的支持。请联系其 维护者 以获得支持。
#r "nuget: WinRT.Confirm.Flyout, 0.3.0"
#r 指令可用于 F# Interactive 和 Polyglot Notebooks。将其复制到交互式工具或脚本的源代码中以引用包。
// Install WinRT.Confirm.Flyout as a Cake Addin #addin nuget:?package=WinRT.Confirm.Flyout&version=0.3.0 // Install WinRT.Confirm.Flyout as a Cake Tool #tool nuget:?package=WinRT.Confirm.Flyout&version=0.3.0
NuGet 团队不提供对此客户端的支持。请联系其 维护者 以获得支持。
此库为 BottomAppBar 按钮提供确认弹出功能。
此包没有依赖项。
NuGet 包
此包未被任何 NuGet 包使用。
GitHub 仓库
此包未被任何流行的 GitHub 仓库使用。
v0.3.0 添加 FlyoutUtils 类
- var popup = FlyoutUtils.CreateFlyout(this.BottomAppBar, targetButton, content);
v0.2.x 添加 ConfirmFlyout 类