IBuildExplorer Interface

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
Public property CompletedView Use this property to change or get information about the completed tab of the build explorer.
Public property IsShowing Returns true if the build explorer is open inside Visual Studio.
Public property QueuedView Use this property to change or get information about the queued tab of the build explorer.
Public property TeamProjectName Returns the team project context currently open on the build explorer.

Top

See Also

Reference

Microsoft.VisualStudio.TeamFoundation.Build Namespace