Solution Properties

 

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

NameDescription
System_CAPS_pubpropertyAddIns

Gets an AddIns collection, which contains all currently available add-ins associated with the solution.(Inherited from _Solution.)

System_CAPS_pubpropertyCount

Gets a value indicating the number of objects in the collection.(Inherited from _Solution.)

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.(Inherited from _Solution.)

System_CAPS_pubpropertyExtender[String^]

Gets the requested Extender object if it is available for this object.(Inherited from _Solution.)

System_CAPS_pubpropertyExtenderCATID

Gets the Extender category ID (CATID) for the object.(Inherited from _Solution.)

System_CAPS_pubpropertyExtenderNames

Gets a list of available Extenders for the object.(Inherited from _Solution.)

System_CAPS_pubpropertyFileName

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _Solution.)

System_CAPS_pubpropertyFullName

Gets the full path and name of the object's file.(Inherited from _Solution.)

System_CAPS_pubpropertyGlobals

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.)

System_CAPS_pubpropertyIsDirty

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _Solution.)

System_CAPS_pubpropertyIsOpen

Determines if a solution is open.(Inherited from _Solution.)

System_CAPS_pubpropertyParent

Gets the immediate parent object of a _Solution.(Inherited from _Solution.)

System_CAPS_pubpropertyProjects

Gets a collection of the projects currently in the solution.(Inherited from _Solution.)

System_CAPS_pubpropertyProperties

Gets a collection of all properties that pertain to the _Solution.(Inherited from _Solution.)

System_CAPS_pubpropertySaved

Returns true if the object has not been modified since last being saved or opened.(Inherited from _Solution.)

System_CAPS_pubpropertySolutionBuild

Gets the SolutionBuild object for the solution, which represents the root of the build automation model at the solution level.(Inherited from _Solution.)

System_CAPS_pubpropertyTemplatePath[String^]

Gets the full path and name of the directory that contains templates for the specified type of project.(Inherited from _Solution.)

Return to top
Show: