Partager via


BuildWebService4.QueryProcessTemplates, méthode

Espace de noms :  Microsoft.TeamFoundation.Build.Server
Assembly :  Microsoft.TeamFoundation.Build.Server (dans Microsoft.TeamFoundation.Build.Server.dll)

Syntaxe

'Déclaration
<WebMethodAttribute> _
Public Function QueryProcessTemplates ( _
    teamProject As String, _
    queryTypes As ProcessTemplateType() _
) As List(Of ProcessTemplate)
[WebMethodAttribute]
public List<ProcessTemplate> QueryProcessTemplates(
    string teamProject,
    ProcessTemplateType[] queryTypes
)

Paramètres

Valeur de retour

Type : System.Collections.Generic.List<ProcessTemplate>
retourne List<T> ;

Sécurité .NET Framework

Voir aussi

Référence

BuildWebService4 Classe

Microsoft.TeamFoundation.Build.Server, espace de noms