ICompletedView Interface
This interface represents the completed tab of the build explorer.
Namespace: Microsoft.VisualStudio.TeamFoundation.Build
Assembly: Microsoft.VisualStudio.TeamFoundation.Build (in Microsoft.VisualStudio.TeamFoundation.Build.dll)
Syntax
'Declaration
Public Interface ICompletedView
public interface ICompletedView
public interface class ICompletedView
type ICompletedView = interface end
public interface ICompletedView
The ICompletedView type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsShowing | Returns true if the build explorer is currently displaying the completed tab. | |
SelectedBuilds | Returns an array of the selected builds on the completed tab of the build explorer. |
Top
Methods
Name | Description | |
---|---|---|
Show | Shows the completed tab of the build explorer for the team project, build definition, quality, and date range given. Specify String.Empty for the definition to show results for all definitions. Specify String.Empty for the quality to show results for all qualities. |
Top