WorkflowHelpers.GetAssemblyMetadataCollection Method

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetAssemblyMetadataCollection ( _
    activity As Activity _
) As AssemblyMetadataCollection
public static AssemblyMetadataCollection GetAssemblyMetadataCollection(
    this Activity activity
)
[ExtensionAttribute]
public:
static AssemblyMetadataCollection^ GetAssemblyMetadataCollection(
    Activity^ activity
)
static member GetAssemblyMetadataCollection : 
        activity:Activity -> AssemblyMetadataCollection
public static function GetAssemblyMetadataCollection(
    activity : Activity
) : AssemblyMetadataCollection

Parameters

Return Value

Type: Microsoft.TeamFoundation.Build.Workflow.Activities.AssemblyMetadataCollection

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Activity. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

.NET Framework Security

See Also

Reference

WorkflowHelpers Class

Microsoft.TeamFoundation.Build.Workflow Namespace