VSProject Properties

 

Namespace:   VSLangProj
Assembly:  VSLangProj (in VSLangProj.dll)

NameDescription
System_CAPS_pubpropertyBuildManager

Gets the BuildManager object of the VSProject. Read-only.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyEvents

Gets a VSProjectEvents object that allows you to respond to events of the Imports, References, and BuildManager objects.

System_CAPS_pubpropertyImports

Gets the Imports object associated with the project. For C# projects, the Imports property is set to Nothing (a null reference). Read-only.

System_CAPS_pubpropertyProject

Gets the generic Project object associated with the Visual Basic or Visual C# project. Read-only.

System_CAPS_pubpropertyReferences

Gets the References collection for the project. Read-only.

System_CAPS_pubpropertyTemplatePath

Gets the full path of the directory that contains the project-item templates for Visual Basic or C#. Read-only.

System_CAPS_pubpropertyWebReferencesFolder

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.

System_CAPS_pubpropertyWorkOffline

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.

Return to top
Show: