Results panel

The Results panel in Blend for Visual Studio 2012 provides information that you can use to debug errors in your application. You can double-click an error to display the line of XAML code that is causing the error. The Results panel appears at the bottom of the Blend window, and will appear behind the Objects and Timeline panel when you are working in the Animation workspace. If you do not see the Results panel, press F12. For information about how to debug XAML errors, see Handling XAML errors.

The Results panel showing several XAML errors

JJ170352.cb92406f-c53a-4164-ba89-aa4bad057ad7(zh-cn,VS.110).png

JJ170352.25182a96-9a69-478a-9cfe-5b360e6a9bea(zh-cn,VS.110).png

Output tab   Provides build information when you build, rebuild, clean, or test a project.

Markup or Errors tab   Provides a list of build and XAML parser errors, including an option to filter errors.

JJ170352.05fe4b1d-f584-4bd2-99b6-8bc2d735a89d(zh-cn,VS.110).png

Results table   Provides metadata in a columnar format to help you address errors.

JJ170352.f0c1ff71-7814-42ba-806b-7ea92d616e69(zh-cn,VS.110).png

Error   Double-click an individual error to go to the line of markup in the XAML code.

请参见

概念

Debug applications