Solution2 Properties
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Name | Description | |
|---|---|---|
![]() | AddIns | Gets an AddIns collection, which contains all currently available add-ins associated with the solution. |
![]() | Count | Gets a value indicating the number of projects in the solution. |
![]() | DTE | Gets the top-level extensibility object. |
![]() | Extender[String^] | Gets the requested Extender object if it is available for this object. |
![]() | ExtenderCATID | Gets the Extender category ID (CATID) for the object. |
![]() | ExtenderNames | Gets a list of available Extenders for the object. |
![]() | FileName | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | FullName | Gets the full path and name of the object's file. |
![]() | Globals | Gets the Globals object that contains any variable values that may be saved in the solution (.sln) file, the project file, or the user's profile data. |
![]() | IsDirty | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | IsOpen | Gets a value which indicates whether a solution is open. |
![]() | Parent | Gets the immediate parent object of a Solution2 object. |
![]() | Projects | Gets a collection of the projects currently in the solution. |
![]() | Properties | Gets a collection of all properties that pertain to the Solution2 object. |
![]() | Saved | Gets or sets a value indicating whether a solution has not been modified since last being saved or opened. |
![]() | SolutionBuild | Gets the SolutionBuild object for the solution, which represents the root of the build automation model at the solution level. |
![]() | TemplatePath[String^] | Superseded by GetProjectTemplate. |
