IProcessTemplate Interface
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Interface IProcessTemplate
public interface IProcessTemplate
public interface class IProcessTemplate
type IProcessTemplate = interface end
public interface IProcessTemplate
The IProcessTemplate type exposes the following members.
Properties
Name | Description | |
---|---|---|
Description | A description of the template. | |
Metadata | Extra metadata associated with the template. | |
Name | The template name (e.g. "MSF for Agile Software Development v6.0"). | |
Version | Process Template Version. |
Top
Methods
Name | Description | |
---|---|---|
GetResource(String) | Gets a resource with the given name from inside the process template. | |
GetResource(String, array<Byte[]%, Int64%) | Gets a resource with the given name from inside the process template. | |
GetResourceNames | Get the resources names that are contained in the process template. |
Top