WorkflowHelpers.CombineMetadata Method

Gets a ProcessParameterMetadataCollection that contains the specified baseMetadata parameters combined with the overriding overridingMetadata parameters. Values from overridingMetadata are kept if there is a conflict between the two data.

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

Syntax

'Declaration
Public Shared Function CombineMetadata ( _
    baseMetadata As ProcessParameterMetadataCollection, _
    overridingMetadata As ProcessParameterMetadataCollection _
) As ProcessParameterMetadataCollection
public static ProcessParameterMetadataCollection CombineMetadata(
    ProcessParameterMetadataCollection baseMetadata,
    ProcessParameterMetadataCollection overridingMetadata
)
public:
static ProcessParameterMetadataCollection^ CombineMetadata(
    ProcessParameterMetadataCollection^ baseMetadata, 
    ProcessParameterMetadataCollection^ overridingMetadata
)
static member CombineMetadata : 
        baseMetadata:ProcessParameterMetadataCollection * 
        overridingMetadata:ProcessParameterMetadataCollection -> ProcessParameterMetadataCollection
public static function CombineMetadata(
    baseMetadata : ProcessParameterMetadataCollection, 
    overridingMetadata : ProcessParameterMetadataCollection
) : ProcessParameterMetadataCollection

Parameters

Return Value

Type: Microsoft.TeamFoundation.Build.Workflow.ProcessParameterMetadataCollection
A ProcessParameterMetadataCollection that contains the specified baseMetadata parameters combined with the overriding overridingMetadata parameters.

.NET Framework Security

See Also

Reference

WorkflowHelpers Class

Microsoft.TeamFoundation.Build.Workflow Namespace