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)
Syntax
'Declaration
Function QueryProcessTemplates ( _
teamProject As String _
) As IProcessTemplate()
IProcessTemplate[] QueryProcessTemplates(
string teamProject
)
array<IProcessTemplate^>^ QueryProcessTemplates(
String^ teamProject
)
abstract QueryProcessTemplates :
teamProject:string -> IProcessTemplate[]
function QueryProcessTemplates(
teamProject : String
) : IProcessTemplate[]
Parameters
teamProject
Type: System.StringThe 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.
.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.