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 ( _
templateUsageId As Integer, _
templateDescriptor As ProcessTemplateDescriptor, _
isDefault As Boolean _
)
public ProcessTemplateUsage(
int templateUsageId,
ProcessTemplateDescriptor templateDescriptor,
bool isDefault
)
public:
ProcessTemplateUsage(
int templateUsageId,
ProcessTemplateDescriptor^ templateDescriptor,
bool isDefault
)
new :
templateUsageId:int *
templateDescriptor:ProcessTemplateDescriptor *
isDefault:bool -> ProcessTemplateUsage
public function ProcessTemplateUsage(
templateUsageId : int,
templateDescriptor : ProcessTemplateDescriptor,
isDefault : boolean
)
Parameters
templateUsageId
Type: System.Int32The ID of the template usage.
templateDescriptor
Type: Microsoft.TeamFoundation.Server.Core.ProcessTemplateDescriptorThe associated template descriptor.
isDefault
Type: System.BooleanThe flag for defining if the template is default template or not.
.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.