Visual Studio For Mac Team Explorer

Download the retail version of Microsoft Visual Studio Team Explorer Everywhere 2010, the Eclipse plug-in and cross-platform command-line client for Visual Studio 2010 Team Foundation Server. This version of Team Explorer Everywhere can also function as a 90 day evaluation of the product. Open source command line interface for Visual Studio Team Services from Windows, Linux, and Mac. Manage pull requests, builds, work items, and more directly from a command prompt or from scripts. See the docs for more information. So Visual Studio for Mac being used for new code you create new Git repo(s) and still have everything in the same Team Project / backlog. – Sacha K May 18 '17 at 19:15 Yeah, been doing that for a while, but most of the code at my workplace is in a large TFVC mega repo, I've been pushing for git for new stuff.

-->Explorer

Visual Studio add-ins are deprecated in Visual Studio 2013. You should upgrade your add-ins to VSPackage extensions. For more information about upgrading, see FAQ: Converting Add-ins to VSPackage Extensions.

Solution Explorer is a tool window in the Visual Studio integrated development environment (IDE) that displays the contents of a solution, which includes the solution's projects and each project's items. Like other tool windows in Visual Studio, you can control its physical parameters, such as size, location, and whether it is docked or free-floating. For information about how to manipulate this tool window as well as other Visual Studio tool windows, see How to: Change Window Characteristics.

Solution Explorer does not have its own automation objects as such, but you can control the contents of its hierarchy to a certain extent by using UIHierarchy. To control projects and project items in the solution, use the project automation model. For more information, see Controlling Projects and Solutions.

Note

The dialog boxes and menu commands you see might differ from those described in Help depending on your active settings or edition. These procedures were developed with the General Development Settings active. To change your settings, choose Import and ExportSettings on the Tools menu. For more information, see Customizing Development Settings in Visual Studio.

To control Solution Explorer by using UIHierarchy

  1. If Solution Explorer is not already visible, click Solution Explorer on the View menu.

  2. Open a project that has a large number of elements, such as an Add-in project.

  3. In Solution Explorer, click a node that has at least two sub-nodes.

  4. Run the following code.

Visual Studio For Mac Team Explorer

Example

This example demonstrates how to manipulate Solution Explorer by using UIHierarchy.

See Also

Tasks

Visual Studio For Mac Download

Concepts

Visual Studio For Mac Team Explorer For Microsoft

Other Resources