TeamFoundationStepPerformerBase.InitializeAdditionalStepPerformersByName Method

Base classes use this to create additional step performers by type name. This can prevent circular dependancies if methods are moved to new assemblies and the new assembly has a reference to the old one.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Protected Sub InitializeAdditionalStepPerformersByName ( _
    typeNames As IEnumerable(Of String) _
)
protected void InitializeAdditionalStepPerformersByName(
    IEnumerable<string> typeNames
)
protected:
void InitializeAdditionalStepPerformersByName(
    IEnumerable<String^>^ typeNames
)
member InitializeAdditionalStepPerformersByName : 
        typeNames:IEnumerable<string> -> unit
protected function InitializeAdditionalStepPerformersByName(
    typeNames : IEnumerable<String>
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationStepPerformerBase Class

Microsoft.TeamFoundation.Framework.Server Namespace