Compartir a través de


ProcessTemplateDescriptor (Constructor)

Espacio de nombres:  Microsoft.TeamFoundation.Server.Core
Ensamblado:  Microsoft.TeamFoundation.Server.Core (en Microsoft.TeamFoundation.Server.Core.dll)

Sintaxis

'Declaración
Public Sub New ( _
    id As Guid, _
    name As String, _
    description As String, _
    plugins As String, _
    contentHandler As IProcessTemplateContentHandler, _
    type As Guid, _
    majorVersion As Integer, _
    minorVersion As Integer _
)
public ProcessTemplateDescriptor(
    Guid id,
    string name,
    string description,
    string plugins,
    IProcessTemplateContentHandler contentHandler,
    Guid type,
    int majorVersion,
    int minorVersion
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

ProcessTemplateDescriptor Clase

Microsoft.TeamFoundation.Server.Core (Espacio de nombres)