XAML Erros e Ajuda
O WPF Designer for Visual Studio fornece um compilador de Extensible Application Markup Language (XAML) completo e serviço de linguagem. ediçãoXAML no modo de exibição XAML . Se o XAML está incorreta, erros são exibidos najanelade Lista de Erros. Para obter mais informações, consulte Janela de lista de erros.
Error List
The Error List window displays errors which occur when loading the XAML. You load XAML by opening a XAML file with the File menu, by double-clicking a XAML file in Solution Explorer, or by pasting XAML into XAML view.
Help Integration
The Error List window provides full integration with the Visual Studio Help system. Select an error in the Error List window, and press F1 to see the corresponding Help topic. For more information, see Walkthrough: Interpretando XAML erros no criador de WPF.
XAML Loader and Error Messages
The Help topic for each WPF Designer error message describes the nature of the XAML load error. The following table shows the categories of XAML errors. For more information, see Arquitetura analisador XAML livre.
XAML Loading Phase |
Error message |
---|---|
XML Syntax Verification |
This error is raised when the XAML file is not a well-formed XML document. |
XAML Syntax Verification |
This error is raised when the file is a valid XML document, but is not a well-formed XAML document. |
Model and Object Instantiation |
This error is raised when the file is a well-formed XAML document, but contains one or more type mismatches. |
Consulte também
Tarefas
Walkthrough: editando XAML no criador de WPF
Walkthrough: Interpretando XAML erros no criador de WPF
Referência
Conceitos
Exibição de Divisão: Visualizar a superfície de design WPF e XAML ao mesmo tempo
Arquitetura analisador XAML livre