WorkflowHelpers.GetProcessParameters Method

Gets the process parameter information from the specified activity and returns it as a dictionary.

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

Syntax

'Declaration
Public Shared Function GetProcessParameters ( _
    rootActivity As Activity _
) As Dictionary(Of String, ProcessParameter)
public static Dictionary<string, ProcessParameter> GetProcessParameters(
    Activity rootActivity
)
public:
static Dictionary<String^, ProcessParameter^>^ GetProcessParameters(
    Activity^ rootActivity
)
static member GetProcessParameters : 
        rootActivity:Activity -> Dictionary<string, ProcessParameter> 
public static function GetProcessParameters(
    rootActivity : Activity
) : Dictionary<String, ProcessParameter>

Parameters

Return Value

Type: System.Collections.Generic.Dictionary<String, ProcessParameter>
A dictionary that contains the process parameter information from the specified activity.

.NET Framework Security

See Also

Reference

WorkflowHelpers Class

Microsoft.TeamFoundation.Build.Workflow Namespace