Can we use Microsoft blend for our UWP application

Abhishek Dimri 61 Reputation points
2020-07-06T07:52:50.833+00:00

I was making an UWP application using c++. Then i came across with Microsoft office blend for visual studio 2019 but when i read little bit about it, it is showing that it is for WPF application which use c# as language but i want to use C++ as a language. So is it possible for me to use Microsoft blend for my UWP application and still use c++ as a language.

Universal Windows Platform (UWP)
{count} votes

Accepted answer
  1. Richard Zhang-MSFT 6,936 Reputation points
    2020-07-06T08:09:49.533+00:00

    Hello,

    Welcome to Microsoft Q&A.

    Blend for Visual Studio can be used to create XAML-based UWP projects. If your application is based on XAML, you can use Blend for application design. On this basis, you can continue to write your application with C++.

    Thanks.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.