Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a Windows PhoneApplication Page. It derives from a BasePage. So I have exported it as a ItemTemplate and it works fine.

Now I have a property "MasterFile" in my xaml. How can I make this property dynamic when the page is created using my custom template?

The best example is: asp.net webform + Masterpage. In VS we get an option to select the masterpage when we want to add a new Content WebForm. This sets the MasterPage property in the .aspx page.

I am looking for similar functionality with my WP silverlight Phone page template.

Edit: I am found this: http://msdn.microsoft.com/en-us/magazine/cc188697.aspx

Edit: I tried this: http://www.codeproject.com/Articles/391989/Working-with-Project-Template-and-Wizard-Extension but for some reason the template won't show up at all in the installed list.

Anyone has any ideas? Is this even possible?

Have to try that out.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.