WorkflowHelpers.GetDefaultMetadata Method

Gets a collection of metadata that supports the built-in process templates (default and upgrade).

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

Syntax

'Declaration
Public Shared Function GetDefaultMetadata As ProcessParameterMetadataCollection
public static ProcessParameterMetadataCollection GetDefaultMetadata()
public:
static ProcessParameterMetadataCollection^ GetDefaultMetadata()
static member GetDefaultMetadata : unit -> ProcessParameterMetadataCollection
public static function GetDefaultMetadata() : ProcessParameterMetadataCollection

Return Value

Type: Microsoft.TeamFoundation.Build.Workflow.ProcessParameterMetadataCollection
A ProcessParameterMetadataCollection object that represents the collection of metadata that supports the built-in process templates.

.NET Framework Security

See Also

Reference

WorkflowHelpers Class

Microsoft.TeamFoundation.Build.Workflow Namespace