WorkflowHelpers.GetMetadata Method

Gets the value of the metadata property of the specified activity.

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

Syntax

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

Parameters

Return Value

Type: Microsoft.TeamFoundation.Build.Workflow.ProcessParameterMetadataCollection
A ProcessParameterMetadataCollection. Null if the data does not exist or is not of the ProcessParameterMetadataCollection type.

.NET Framework Security

See Also

Reference

WorkflowHelpers Class

Microsoft.TeamFoundation.Build.Workflow Namespace