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

Beim erstellen einer neuen WpfApplication-Projekt in Visual Studio erhalten Sie folgenden XAML-Code. Kopieren und einfügen der URL http://schemas.microsoft.com/winfx/2006/xaml/presentation in den browser, ich hatte erwartet, finden Sie in der XSD-Datei definition, allerdings bekomme ich eine Fehlermeldung. Warum?

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>

InformationsquelleAutor abenci | 2014-08-26
Schreibe einen Kommentar