IBuildDetailView Interface
This interface represents the Build Details View.
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Public Interface IBuildDetailView
public interface IBuildDetailView
public interface class IBuildDetailView
type IBuildDetailView = interface end
public interface IBuildDetailView
The IBuildDetailView type exposes the following members.
Properties
Name | Description | |
---|---|---|
StandardSectionNames | Returns the names of all the standard sections in summary view of the Build Details View. | |
TeamProjectCollection | Returns an instance of the TeamProjectCollection object associated with this Build Details View. |
Top
Methods
Name | Description | |
---|---|---|
NavigateLink | This method navigates to the link (inside Visual Studio if it is possible). |
Top