Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- id
Type: System.Guid
- name
Type: System.String
- description
Type: System.String
- plugins
Type: System.String
- contentHandler
Type: Microsoft.TeamFoundation.Server.Core.IProcessTemplateContentHandler
- type
Type: System.Guid
- majorVersion
Type: System.Int32
- minorVersion
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.