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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.