SolutionConfiguration2::Activate Method ()
Visual Studio 2015
Moves the focus to the current item.
Assembly: EnvDTE80 (in EnvDTE80.dll)
When Activate is invoked, it is as if the user clicked the item, but no click events occur.
This example displays the active solution configuration item's name for the first item and then activates it. Open a project in the Visual Studio integrated development environment (IDE) before running this example.
Show: