سؤال

is there any way we can bind or use the app version and other assembly info in Xaml in windows 8?

هل كانت مفيدة؟

المحلول

You should use Package Class

So get the package info in your C# code:

var myPackage = Windows.ApplicationModel.Package.Current;

and then display into application using TextBlock or other Control.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top