Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
rootActivity
Type: System.Activities.ActivityThe Activity object form which to obtain metadata.
Return Value
Type: Microsoft.TeamFoundation.Build.Workflow.ProcessParameterMetadataCollection
A ProcessParameterMetadataCollection that contains 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.