Project Members
Include Protected Members
Include Inherited Members
Represents a project in the integrated development environment (IDE).
The Project type exposes the following members.
Methods
Name
Description
Removes the project from the current solution.
Saves the project or project item.
Saves the solution, project, or project item.
Top
Properties
Name
Description
Gets the CodeModel object for the project.
Gets the Projects collection containing the Project object supporting this property.
Gets the ConfigurationManager object for this Project .
Gets the top-level extensibility object.
Gets the requested Extender object if it is available for this object.
Gets the Extender category ID (CATID) for the object.
Gets a list of available Extenders for the object.
Infrastructure. Microsoft Internal Use Only.
Gets the full path and name of the Project object's file.
Gets the Globals object containing add-in values that may be saved in the solution (.sln) file, the project file, or in the user's profile data.
Infrastructure. Microsoft Internal Use Only.
Gets a GUID string indicating the kind or type of the object.
Gets or sets the name of the object.
Gets an interface or object that can be accessed by name at run time.
Gets a ProjectItem object for the nested project in the host project.
Gets a ProjectItems collection for the Project object.
Gets a collection of all properties that pertain to the Project object.
Gets or sets a value indicating whether the object has not been modified since last being saved or opened.
Gets a unique string value that allows you to differentiate between similarly named projects.
Top