WorkflowHelpers.GetCombinedMetadata Method

Gets the metadata associated with the process parameters defined in the specified Activity.

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

Syntax

'Declaration
Public Shared Function GetCombinedMetadata ( _
    rootActivity As Activity _
) As ProcessParameterMetadataCollection
public static ProcessParameterMetadataCollection GetCombinedMetadata(
    Activity rootActivity
)
public:
static ProcessParameterMetadataCollection^ GetCombinedMetadata(
    Activity^ rootActivity
)
static member GetCombinedMetadata : 
        rootActivity:Activity -> ProcessParameterMetadataCollection
public static function GetCombinedMetadata(
    rootActivity : Activity
) : ProcessParameterMetadataCollection

Parameters

Return Value

Type: Microsoft.TeamFoundation.Build.Workflow.ProcessParameterMetadataCollection
A ProcessParameterMetadataCollection that contains the metadata associated with the specified Activity.

.NET Framework Security

See Also

Reference

WorkflowHelpers Class

Microsoft.TeamFoundation.Build.Workflow Namespace