AssemblyMetadataCollection.MatchLoadedAssembliesWithErrors Method
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Function MatchLoadedAssembliesWithErrors As IEnumerable(Of ProcessParameterError)
public IEnumerable<ProcessParameterError> MatchLoadedAssembliesWithErrors()
public:
IEnumerable<ProcessParameterError^>^ MatchLoadedAssembliesWithErrors()
member MatchLoadedAssembliesWithErrors : unit -> IEnumerable<ProcessParameterError>
public function MatchLoadedAssembliesWithErrors() : IEnumerable<ProcessParameterError>
Return Value
Type: System.Collections.Generic.IEnumerable<ProcessParameterError>
Returns IEnumerable<T>.
.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.
See Also
Reference
AssemblyMetadataCollection Class
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace