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.
Add or update a template with the given properties.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub AddUpdateTemplate ( _
name As String, _
description As String, _
metadata As String, _
state As String, _
zipFileName As String _
)
void AddUpdateTemplate(
string name,
string description,
string metadata,
string state,
string zipFileName
)
void AddUpdateTemplate(
String^ name,
String^ description,
String^ metadata,
String^ state,
String^ zipFileName
)
abstract AddUpdateTemplate :
name:string *
description:string *
metadata:string *
state:string *
zipFileName:string -> unit
function AddUpdateTemplate(
name : String,
description : String,
metadata : String,
state : String,
zipFileName : String
)
Parameters
name
Type: System.StringThe name of the template to add
description
Type: System.StringA description of the template
metadata
Type: System.StringExtra metadata associated with the template
state
Type: System.StringThis value is no longer used and will be ignored
zipFileName
Type: System.StringThe name of the zip file that contains the process template resources
.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.