有没有机会获得:
System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString();
来自 XAML 代码?
<Window x:Class="TestWpf.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title=" **Here** " Height="700" Width="660"
Name="myWindow" xmlns:my="clr-namespace:TestWpf">
</Window>
谢谢!