扫一扫
分享文章到微信
扫一扫
关注官方公众号
至顶头条
图1:在Visual Studio 2005中建立一个新的WPF应用程序 |
图2:解决方案管理器中的内容。你可以看到建立的新项目。 |
<NavigationApplication x:Class="MyApp" xmlns="http://schemas.microsoft.com/winfx/avalon/2005" xmlns:x="http://schemas.microsoft.com/winfx/xaml/2005" StartupUri="Page1.xaml" > <NavigationApplication.Resources> </NavigationApplication.Resources> </NavigationApplication> Page1.xaml的内容如下所示: <Page x:Class="Page1" xmlns="http://schemas.microsoft.com/winfx/avalon/2005" xmlns:x="http://schemas.microsoft.com/winfx/xaml/2005" > <Grid> </Grid> </Page> |
图3:分页。给项目添加一个新的Avalon PageFunction项 |
<PageFunction x:Class="Page2" x:TypeArguments="String" xmlns="http://schemas.microsoft.com/winfx/avalon/2005" xmlns:x="http://schemas.microsoft.com/winfx/xaml/2005" > <Grid> </Grid> </PageFunction> |
图4:A到B。现在你可以从Page1.xaml导航到Page2.xaml。 |
如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。
现场直击|2021世界人工智能大会
直击5G创新地带,就在2021MWC上海
5G已至 转型当时——服务提供商如何把握转型的绝佳时机
寻找自己的Flag
华为开发者大会2020(Cloud)- 科技行者