Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates a build controller that is associated with the current service host.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function CreateBuildController ( _
name As String _
) As IBuildController
IBuildController CreateBuildController(
string name
)
IBuildController^ CreateBuildController(
String^ name
)
abstract CreateBuildController :
name:string -> IBuildController
function CreateBuildController(
name : String
) : IBuildController
Parameters
- name
Type: System.String
The name to assign to the build controller.
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildController
The new IBuildController instance.
Remarks
Only one build controller may be associated with a specific service host.
.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.