This documentation is archived and is not being maintained.

IBuildServer::QueryProcessTemplates Method (String)

Gets all build process templates for a Team Project.

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

array<IProcessTemplate^>^ QueryProcessTemplates(
	String^ teamProject
)

Parameters

teamProject
Type: System::String

The Team Project for which to query for process templates.

Return Value

Type: array<Microsoft.TeamFoundation.Build.Client::IProcessTemplate>
An array of the build process templates.

Show: