简体   繁体   中英

How to change default namespace in Windows Phone 8

When beginning to develop my first wp8 app, I noticed that even though when I asked to name the app before starting, The default namespace remained PivotApp1. How do I properly change this to be the name of my actual application?

*Note, right clicking on the project and going to properties to change the default namespace in the application tab does not work.

In the code behind file:

  1. Right-Click the namespace that you want to change
  2. Refactor
  3. Rename
  4. Type your new name
  5. OK

在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM