This interface represents the Team Foundation Build Explorer.
Namespace:  Microsoft.VisualStudio.TeamFoundation.Build
Assembly:  Microsoft.VisualStudio.TeamFoundation.Build (in Microsoft.VisualStudio.TeamFoundation.Build.dll)
Syntax
'Declaration
Public Interface IBuildExplorer
public interface IBuildExplorer
public interface class IBuildExplorer
type IBuildExplorer =  interface end
public interface IBuildExplorer
The IBuildExplorer type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | CompletedView | Use this property to change or get information about the completed tab of the build explorer. | 
| .gif) | IsShowing | Returns true if the build explorer is open inside Visual Studio. | 
| .gif) | QueuedView | Use this property to change or get information about the queued tab of the build explorer. | 
| .gif) | TeamProjectName | Returns the team project context currently open on the build explorer. | 
Top