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
Public property Description A description of the template.
Public property Metadata Extra metadata associated with the template.
Public property Name The template name (e.g. "MSF for Agile Software Development v6.0").
Public property Version Process Template Version.

Top

Methods

  Name Description
Public method GetResource(String) Gets a resource with the given name from inside the process template.
Public method GetResource(String, array<Byte[]%, Int64%) Gets a resource with the given name from inside the process template.
Public method GetResourceNames Get the resources names that are contained in the process template.

Top

See Also

Reference

Microsoft.TeamFoundation.Server.Core Namespace