This documentation is archived and is not being maintained.

IProcessTemplate Interface

Visual Studio 2013

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

'Declaration
Public Interface IProcessTemplate

The IProcessTemplate type exposes the following members.

  NameDescription
Public propertyDescriptionA description of the template.
Public propertyMetadataExtra metadata associated with the template.
Public propertyNameThe template name (e.g. "MSF for Agile Software Development v6.0").
Public propertyVersionProcess Template Version.
Top

  NameDescription
Public methodGetResource(String)Gets a resource with the given name from inside the process template.
Public methodGetResource(String, Byte(), Int64)Gets a resource with the given name from inside the process template.
Public methodGetResourceNamesGet the resources names that are contained in the process template.
Top
Show: