Share via


ProcessTemplateDescriptor Constructor

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

Syntax

'Declaration
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
)
public:
ProcessTemplateDescriptor(
    Guid id, 
    String^ name, 
    String^ description, 
    String^ plugins, 
    IProcessTemplateContentHandler^ contentHandler, 
    Guid type, 
    int majorVersion, 
    int minorVersion
)
new : 
        id:Guid * 
        name:string * 
        description:string * 
        plugins:string * 
        contentHandler:IProcessTemplateContentHandler * 
        type:Guid * 
        majorVersion:int * 
        minorVersion:int -> ProcessTemplateDescriptor
public function ProcessTemplateDescriptor(
    id : Guid, 
    name : String, 
    description : String, 
    plugins : String, 
    contentHandler : IProcessTemplateContentHandler, 
    type : Guid, 
    majorVersion : int, 
    minorVersion : int
)

Parameters

.NET Framework Security

See Also

Reference

ProcessTemplateDescriptor Class

Microsoft.TeamFoundation.Server.Core Namespace