IBuildServer.GetBuildController Method (String)
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)
Syntax
'Declaration
Function GetBuildController ( _
name As String _
) As IBuildController
IBuildController GetBuildController(
string name
)
IBuildController^ GetBuildController(
String^ name
)
abstract GetBuildController :
name:string -> IBuildController
function GetBuildController(
name : String
) : IBuildController
Parameters
name
Type: System.StringThe display name of the build controller (wildcard characters allowed)
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildController
The discovered build controller
.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.