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
'Déclaration
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
- rootActivity
Type: System.Activities.Activity
The Activity object form which to get metadata.
Return Value
Type: Microsoft.TeamFoundation.Build.Workflow.ProcessParameterMetadataCollection
A ProcessParameterMetadataCollection containing the metadata associated with 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.