ComponentFactory Constructor (array<IComponentCreator , String, 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, _
databaseCategory As String _
)
public ComponentFactory(
IComponentCreator[] componentCreators,
string serviceName,
string databaseCategory
)
public:
ComponentFactory(
array<IComponentCreator^>^ componentCreators,
String^ serviceName,
String^ databaseCategory
)
new :
componentCreators:IComponentCreator[] *
serviceName:string *
databaseCategory:string -> ComponentFactory
public function ComponentFactory(
componentCreators : IComponentCreator[],
serviceName : String,
databaseCategory : String
)
Parameters
- componentCreators
Type: array<Microsoft.TeamFoundation.Framework.Server.IComponentCreator[]
- serviceName
Type: System.String
- databaseCategory
Type: System.String
.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.