Share via


AssemblyMetadataCollection.MatchLoadedAssemblies Method

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

Syntax

'Declaration
Public Function MatchLoadedAssemblies As IEnumerable(Of String)
public IEnumerable<string> MatchLoadedAssemblies()
public:
IEnumerable<String^>^ MatchLoadedAssemblies()
member MatchLoadedAssemblies : unit -> IEnumerable<string> 
public function MatchLoadedAssemblies() : IEnumerable<String>

Return Value

Type: System.Collections.Generic.IEnumerable<String>
Returns IEnumerable<T>.

.NET Framework Security

See Also

Reference

AssemblyMetadataCollection Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace