Freigeben über


ProcessParameter-Konstruktor (String, Type, Object)

Initialisiert eine neue Instanz der ProcessParameter-Klasse.

Namespace:  Microsoft.TeamFoundation.Build.Workflow
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    type As Type, _
    value As Object _
)
public ProcessParameter(
    string name,
    Type type,
    Object value
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

ProcessParameter Klasse

ProcessParameter-Überladung

Microsoft.TeamFoundation.Build.Workflow-Namespace