Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function QueryProcessTemplates ( _
    teamProject As String, _
    queryTypes As ProcessTemplateType() _
) As List(Of ProcessTemplate)
[WebMethodAttribute]
public List<ProcessTemplate> QueryProcessTemplates(
    string teamProject,
    ProcessTemplateType[] queryTypes
)
[WebMethodAttribute]
public:
List<ProcessTemplate^>^ QueryProcessTemplates(
    String^ teamProject, 
    array<ProcessTemplateType>^ queryTypes
)
[<WebMethodAttribute>]
member QueryProcessTemplates : 
        teamProject:string * 
        queryTypes:ProcessTemplateType[] -> List<ProcessTemplate> 
public function QueryProcessTemplates(
    teamProject : String, 
    queryTypes : ProcessTemplateType[]
) : List<ProcessTemplate>
Parameters
- teamProject
 Type: System.String
- queryTypes
 Type: array<Microsoft.TeamFoundation.Build.Server.ProcessTemplateType[]
Return Value
Type: System.Collections.Generic.List<ProcessTemplate>
.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.