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