Extending Properties and the Property Window

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

The Properties window is used to view and edit the design-time properties and events of selected objects.

When you select an object in Visual Studio, the public properties of that object appear in the Properties window. For more information, see Properties Window Overview.

In This Section

Exposing Properties to the Properties Window
Explains how you can have your custom properties displayed in the Properties window.

Getting Project Properties
Explains how to get project properties.