ProcessTemplateDescriptor-Konstruktor
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
)
Parameter
- id
Typ: System.Guid
- name
Typ: System.String
- description
Typ: System.String
- plugins
Typ: System.String
- contentHandler
Typ: Microsoft.TeamFoundation.Server.Core.IProcessTemplateContentHandler
- type
Typ: System.Guid
- majorVersion
Typ: System.Int32
- minorVersion
Typ: System.Int32
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.