VSProject2 Properties
Assembly: VSLangProj80 (in VSLangProj80.dll)
| Name | Description | |
|---|---|---|
![]() | BuildManager | Gets the BuildManager object of the VSProject. |
![]() | 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. |
![]() | Events2 | Gets a VSProjectEvents2 object that allows you to respond to events of the Imports, References, BuildManager, and VSLangProjWebReferencesEvents objects. |
![]() | Imports | Gets the Imports object associated with the project. For C# projects, the Imports property is set to Nothing (a null reference). |
![]() | Project | Gets the generic Project object associated with the Visual Basic or Visual C# project. |
![]() | PublishManager | Gets a PublishManager object to allow click once publishing. |
![]() | References | Gets the References collection for the project. |
![]() | TemplatePath | This property is deprecated in Microsoft Visual Studio 2005. Use GetProjectItemTemplate instead. |
![]() | 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). |
![]() | WorkOffline | Indicates 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. |
