IBuildControllerManager Interface
This interface represents the actions that can be performed with Build Controllers.
Namespace: Microsoft.VisualStudio.TeamFoundation.Build
Assembly: Microsoft.VisualStudio.TeamFoundation.Build (in Microsoft.VisualStudio.TeamFoundation.Build.dll)
Syntax
'Declaration
Public Interface IBuildControllerManager
public interface IBuildControllerManager
public interface class IBuildControllerManager
type IBuildControllerManager = interface end
public interface IBuildControllerManager
The IBuildControllerManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
RefreshUICache | Call this method to force the UI to update its list of displayed controllers. | |
Show | This action is the same as the user selecting Manage Build Controllers from the Team Explorer Builds context menu. |
Top