ProcessParameter Constructor (String, Type, Object)

Initializes a new instance of the ProcessParameter class.

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

Syntax

'宣言
Public Sub New ( _
    name As String, _
    type As Type, _
    value As Object _
)
public ProcessParameter(
    string name,
    Type type,
    Object value
)
public:
ProcessParameter(
    String^ name, 
    Type^ type, 
    Object^ value
)
new : 
        name:string * 
        type:Type * 
        value:Object -> ProcessParameter
public function ProcessParameter(
    name : String, 
    type : Type, 
    value : Object
)

Parameters

  • type
    Type: System.Type
    The type of this process parameter.

.NET Framework Security

See Also

Reference

ProcessParameter Class

ProcessParameter Overload

Microsoft.TeamFoundation.Build.Workflow Namespace