This documentation is archived and is not being maintained.
IBuildServer.GetBuildController Method (String)
Visual Studio 2013
Retrieves a single build controller using the specified display name. A wildcard character may be specified, but if more than one controller is matched than an exception is thrown.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Parameters
- name
- Type: System.String
The display name of the build controller (wildcard characters allowed)
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildControllerThe discovered build controller
- 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.
Show: