TeamFoundationProcessTemplateService.GetTemplate Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetTemplate(TeamFoundationRequestContext, Guid) | Returns a latest process template of the given type, or null if it does not exist | |
GetTemplate(TeamFoundationRequestContext, Int32) | Returns a process template with the given id, or null if it does not exist |
Top