Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
rootActivity
Type: System.Activities.ActivityThe Activity object from which to obtain metadata.
Return Value
Type: System.Collections.Generic.Dictionary<String, ProcessParameter>
A dictionary that contains the process parameter information from the specified activity.
.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.