SolutionBuild2::StartupProjects Property
Visual Studio 2015
Gets or sets the names of projects that are entry points for the application.
Assembly: EnvDTE80 (in EnvDTE80.dll)
Property Value
Type: System::Object^An object containing the names of projects that are the entry points for the application.
Implements
SolutionBuild::StartupProjectsStartupProjects contains a list of project name strings that "start" when the Run command is issued. Each project and language defines what starting means as well as what occurs when a project is started. For example, a Visual C++ project starts by executing the main() function, and Visual Basic executes Sub Main() or a startup form. Other projects and languages use a project property for a class or function name, while others use an interface that must be implemented, and so on.
Show: