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.Compatibility
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function QueryProcessTemplates ( _
    teamProject As String, _
    queryTypes As ProcessTemplateType2010() _
) As List(Of ProcessTemplate2010)
[WebMethodAttribute]
public List<ProcessTemplate2010> QueryProcessTemplates(
    string teamProject,
    ProcessTemplateType2010[] queryTypes
)
[WebMethodAttribute]
public:
List<ProcessTemplate2010^>^ QueryProcessTemplates(
    String^ teamProject, 
    array<ProcessTemplateType2010>^ queryTypes
)
[<WebMethodAttribute>]
member QueryProcessTemplates : 
        teamProject:string * 
        queryTypes:ProcessTemplateType2010[] -> List<ProcessTemplate2010> 
public function QueryProcessTemplates(
    teamProject : String, 
    queryTypes : ProcessTemplateType2010[]
) : List<ProcessTemplate2010>
Parameters
- teamProject
 Type: System.String
- queryTypes
 Type: array<Microsoft.TeamFoundation.Build.Server.Compatibility.ProcessTemplateType2010[]
Return Value
Type: System.Collections.Generic.List<ProcessTemplate2010>
Returns List<T>.
.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.
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace