Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents all projects and solution-wide properties in the integrated development environment (IDE). Use this object for functionality and refer to _Solution for documentation.
The Solution type exposes the following members.
Methods
Name
Description
Adds a project to the solution, based on a project file already stored in the system. (Inherited from _Solution.)
Copies an existing project file, and any items or subdirectories it contains, to the specified location and adds it to the solution. (Inherited from _Solution.)
Closes the current solution. (Inherited from _Solution.)
Creates an empty solution in the specified directory with the specified name. (Inherited from _Solution.)
Locates an item in a project. (Inherited from _Solution.)
Returns an enumeration for items in a collection. (Inherited from _Solution.)
Returns a Project object in a Projects collection. (Inherited from _Solution.)
Opens the solution in the specified view. (Inherited from _Solution.)
Returns the location of project item templates for the specified project type. (Inherited from _Solution.)
Removes the specified project from the solution. (Inherited from _Solution.)
Saves the solution. (Inherited from _Solution.)
Top
Properties
Name
Description
Gets an AddIns collection, which contains all currently available add-ins associated with the solution. (Inherited from _Solution.)
Gets a value indicating the number of objects in the collection. (Inherited from _Solution.)
Gets the top-level extensibility object. (Inherited from _Solution.)
Gets the requested Extender object if it is available for this object. (Inherited from _Solution.)
Gets the Extender category ID (CATID) for the object. (Inherited from _Solution.)
Gets a list of available Extenders for the object. (Inherited from _Solution.)
Infrastructure. Microsoft Internal Use Only. (Inherited from _Solution.)
Gets the full path and name of the object's file. (Inherited from _Solution.)
Gets the Globals that contains add-in values that may be saved in the solution (.sln) file, the project file, or in the user's profile data. (Inherited from _Solution.)
Infrastructure. Microsoft Internal Use Only. (Inherited from _Solution.)
Determines if a solution is open. (Inherited from _Solution.)
Gets the immediate parent object of a _Solution. (Inherited from _Solution.)
Gets a collection of the projects currently in the solution. (Inherited from _Solution.)
Gets a collection of all properties that pertain to the _Solution. (Inherited from _Solution.)
Returns true if the object has not been modified since last being saved or opened. (Inherited from _Solution.)
Gets the SolutionBuild object for the solution, which represents the root of the build automation model at the solution level. (Inherited from _Solution.)
Gets the full path and name of the directory that contains templates for the specified type of project. (Inherited from _Solution.)
Top