BuildWebService.QueryProcessTemplates 方法

命名空间:  Microsoft.TeamFoundation.Build.Server.Compatibility
程序集:  Microsoft.TeamFoundation.Build.Server(在 Microsoft.TeamFoundation.Build.Server.dll 中)

语法

声明
<WebMethodAttribute> _
Public Function QueryProcessTemplates ( _
    teamProject As String, _
    queryTypes As ProcessTemplateType2010() _
) As List(Of ProcessTemplate2010)
[WebMethodAttribute]
public List<ProcessTemplate2010> QueryProcessTemplates(
    string teamProject,
    ProcessTemplateType2010[] queryTypes
)

参数

返回值

类型:System.Collections.Generic.List<ProcessTemplate2010>
返回 List<T>

.NET Framework 安全性

请参见

参考

BuildWebService 类

Microsoft.TeamFoundation.Build.Server.Compatibility 命名空间