http://schemas.microsoft.com/winfx/2006/xaml/presentation definition

Wenn Sie ein neues WpfApplication-Projekt in Visual Studio erstellen, erhalten Sie die folgende XAML. Kopieren und Einfügen der URLhttp://schemas.microsoft.com/winfx/2006/xaml/presentation Ich habe erwartet, dass im Browser die XSD-Dateidefinition angezeigt wird, erhalte jedoch eine Fehlermeldung. Warum?

Vielen Dank.

<Window x:Class="WpfApplication1.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="MainWindow" Height="350" Width="525">
  <Grid>

  </Grid>
</Window>

Antworten auf die Frage(2)

Ihre Antwort auf die Frage