TeamFoundationBuildService.QueryProcessTemplatesById Method
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Декларация
Public Function QueryProcessTemplatesById ( _
requestContext As TeamFoundationRequestContext, _
templateIds As IList(Of Integer) _
) As List(Of ProcessTemplate)
public List<ProcessTemplate> QueryProcessTemplatesById(
TeamFoundationRequestContext requestContext,
IList<int> templateIds
)
public:
List<ProcessTemplate^>^ QueryProcessTemplatesById(
TeamFoundationRequestContext^ requestContext,
IList<int>^ templateIds
)
member QueryProcessTemplatesById :
requestContext:TeamFoundationRequestContext *
templateIds:IList<int> -> List<ProcessTemplate>
public function QueryProcessTemplatesById(
requestContext : TeamFoundationRequestContext,
templateIds : IList<int>
) : List<ProcessTemplate>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- templateIds
Type: System.Collections.Generic.IList<Int32>
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.