VSProject Properties
Assembly: VSLangProj (in VSLangProj.dll)
| Name | Description | |
|---|---|---|
![]() | BuildManager | Gets the BuildManager object of the VSProject. Read-only. |
![]() | DTE | Gets the top-level extensibility object. |
![]() | Events | Gets a VSProjectEvents object that allows you to respond to events of the Imports, References, and BuildManager objects. |
![]() | Imports | Gets the Imports object associated with the project. For C# projects, the Imports property is set to Nothing (a null reference). Read-only. |
![]() | Project | Gets the generic Project object associated with the Visual Basic or Visual C# project. Read-only. |
![]() | References | Gets the References collection for the project. Read-only. |
![]() | TemplatePath | Gets the full path of the directory that contains the project-item templates for Visual Basic or C#. Read-only. |
![]() | WebReferencesFolder | Gets the ProjectItem object representing the Web References folder of the project. If the folder does not exist, this property returns Nothing (a null reference). Read-only. |
![]() | WorkOffline | Gets or sets whether a Web project is working online or offline. When it is working offline, development continues on an offline store of project files, so that the project files on the server are not changed. |
