Share via


ComponentFactory Constructor (array<IComponentCreator , String)

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

Syntax

'Declaration
Public Sub New ( _
    componentCreators As IComponentCreator(), _
    serviceName As String _
)
public ComponentFactory(
    IComponentCreator[] componentCreators,
    string serviceName
)
public:
ComponentFactory(
    array<IComponentCreator^>^ componentCreators, 
    String^ serviceName
)
new : 
        componentCreators:IComponentCreator[] * 
        serviceName:string -> ComponentFactory
public function ComponentFactory(
    componentCreators : IComponentCreator[], 
    serviceName : String
)

Parameters

.NET Framework Security

See Also

Reference

ComponentFactory Class

ComponentFactory Overload

Microsoft.TeamFoundation.Framework.Server Namespace