Share via


IVsTeamFoundationBuild.ControllerManager Property

Use this property to change or get information about build controllers within Visual Studio.

Namespace:  Microsoft.VisualStudio.TeamFoundation.Build
Assembly:  Microsoft.VisualStudio.TeamFoundation.Build (in Microsoft.VisualStudio.TeamFoundation.Build.dll)

Syntax

'Declaration
ReadOnly Property ControllerManager As IBuildControllerManager
IBuildControllerManager ControllerManager { get; }
property IBuildControllerManager^ ControllerManager {
    IBuildControllerManager^ get ();
}
abstract ControllerManager : IBuildControllerManager with get
function get ControllerManager () : IBuildControllerManager

Property Value

Type: Microsoft.VisualStudio.TeamFoundation.Build.IBuildControllerManager
Returns IBuildControllerManager.

.NET Framework Security

See Also

Reference

IVsTeamFoundationBuild Interface

Microsoft.VisualStudio.TeamFoundation.Build Namespace