AppStudio.UWP问题 [英] AppStudio.UWP Questions

查看:68
本文介绍了AppStudio.UWP问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我之前创建了一个AppStudio应用程序,开始使用UWP。我在应用程序中看到每个部分都有一个侧面命令栏,以及一个"信息"部分。 "关于"页面滑出的图标。


我认为这些是从这里生成的:


    xmlns:was_actions =" using:AppStudio.Uwp.Actions"

    xmlns:was_commands =" using:AppStudio.Uwp.Commands


我是否正确?


我正在从头开始创建一个新的UWP应用程序,我想复制关于页面的功能,但是,因为它不是AppStudio应用程序,所以我无法访问AppStudio.UWP,我想复制关于
页面的功能。 我已经走进应用程序,在那里返回并创建一个空白的AppStudio应用程序太多了。


如果我不能包含AppStudio.UWP,是否有人可以指点我在如何使该页面表现的方向?


谢谢








DWM

解决方案

您好Devin,


所有App Studio应用程序都是基于我们的 ,只需确保您的要求足够具体。


如果我的建议有用,您可以"将其标记为答案"。这样其他社区就可以方便地知道如何处理类似问题。


谢谢。


祝你好运,


Mattew Wu





I created an AppStudio app awhile ago to get started on UWP. I see in the app there is a side command bar for each section, and an "info" icon where the About page slides out.

I think these are generated from here:

    xmlns:was_actions="using:AppStudio.Uwp.Actions"
    xmlns:was_commands="using:AppStudio.Uwp.Commands

Am I correct?

I am creating a new UWP app from scratch, and I would like to replicate the functionality of the About page, however, since it is not an AppStudio App I do not have the access to AppStudio.UWP and I would like to duplicate that functionality of the About page.  I have gone far enough into the app where it would be too much to go back and create a blank AppStudio app.

If I cannot include AppStudio.UWP, is there someone who could point me in the direction of how to make that page behave that way ?

Thank you


DWM

解决方案

Hi Devin,

All of the App Studio apps are generated based on our Nuget Libraries (DataProvidiers, UWP and Common), which are also available as Nuget packages.

For example, if you want to implement new XAML controls (UWP) library created with Windows App Studio, just install Windows App Studio UWP Controls and run the matching commands in the Package Manager Console:

Click Tools>Select Nuget package manager>Open Package Manager Console

Enter the commands:

PM> Install-Package WindowsAppStudio.Uwp

>If I cannot include AppStudio.UWP, is there someone who could point me in the direction of how to make that page behave that way ?

If you want to know the way to do it without AppStudio.UWP, you may post your question at UWP technical forum, just making sure your requirement is specific enough.

If my suggestion is helpful, you might "Mark it as answer" so that other community can know how to deal with similar issue conveniently.

Thank you.

Best regards,

Mattew Wu



这篇关于AppStudio.UWP问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆