Project panel

The Project panel in Microsoft Expression Blend 2 helps you do the following tasks:

  • View all files associated with the currently open project.

  • Link to data sources (when you are working in a Windows Presentation Foundation (WPF) or Silverlight 2 project).

For information about how to work with the Project panel, see the topics under Managing your projects and files.

The Project panel in a WPF project

The Project panel as it appears when you view a WPF project in Expression Blend 2

Cc294752.604be326-7297-454f-9e70-ac79cc4dd9f1(en-us,Expression.10).png

Files

Cc294752.25182a96-9a69-478a-9cfe-5b360e6a9bea(en-us,Expression.10).png

Project references such as DLLs

Cc294752.05fe4b1d-f584-4bd2-99b6-8bc2d735a89d(en-us,Expression.10).png

Resource dictionaries

Cc294752.f0c1ff71-7814-42ba-806b-7ea92d616e69(en-us,Expression.10).png

A linked-to item, meaning that the item does not exist in the project folder

Cc294752.eb6fad93-f17e-4f62-a926-8c8651862891(en-us,Expression.10).png

Local item—in this case a 3D object

Cc294752.a5d608f2-bba2-48c5-8b15-2c115db86acc(en-us,Expression.10).png

Code-behind file

Data

Note

The Data panel is not available in Microsoft Silverlight 1.0 projects. Data sources are configured programmatically in code-behind files. For more information, see the Silverlight learning page.

Cc294752.15de085f-48f5-41dd-a286-e3dcb4cfd18b(en-us,Expression.10).png

Data source options

Cc294752.1d2fe38a-3fd8-4951-b978-7e44b6f2401d(en-us,Expression.10).png

List of data sources

Cc294752.7e183f1f-37d8-4dcb-980c-19a5d61ca087(en-us,Expression.10).gifBack to top

The Project panel in a Silverlight 1 project

Note

The Project panel shows different files depending on whether you open a WPF, Silverlight 1.0, or Silverlight 2 project that was created by Expression Blend 2, a site that was generated by Microsoft Expression Encoder 2 or modified by Microsoft Expression Web 2, or a site that was created by Microsoft Visual Studio 2008.

The Project panel as it appears when viewing the Silverlight 1-based project for the ButtonGallery sample in Expression Blend 2

Cc294752.a0115e73-3fc8-4ff1-a730-626942deed7b(en-us,Expression.10).png

Files

Cc294752.25182a96-9a69-478a-9cfe-5b360e6a9bea(en-us,Expression.10).png

A JavaScript class file that can be instantiated in a code-behind file.

Cc294752.05fe4b1d-f584-4bd2-99b6-8bc2d735a89d(en-us,Expression.10).png

Folders to hold assets such as sound files or images created in Microsoft Expression Design 2.

Cc294752.f0c1ff71-7814-42ba-806b-7ea92d616e69(en-us,Expression.10).png

A web page with an accompanying JavaScript code-behind file to instantiate a Silverlight object and call your startup XAML page.

Cc294752.eb6fad93-f17e-4f62-a926-8c8651862891(en-us,Expression.10).png

A XAML page with an accompanying JavaScript code-behind file. You can visually design the XAML page in Expression Blend 2 in Design view.

Cc294752.a5d608f2-bba2-48c5-8b15-2c115db86acc(en-us,Expression.10).png

The JavaScript file that must be included in every Silverlight 1.0 site that incorporates Silverlight 1.0 objects. We recommend that you do not modify this helper file.

Cc294752.15de085f-48f5-41dd-a286-e3dcb4cfd18b(en-us,Expression.10).png

An ASP.NET configuration file.

Cc294752.7e183f1f-37d8-4dcb-980c-19a5d61ca087(en-us,Expression.10).gifBack to top