ComponentFactory-Konstruktor (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
)
Parameter
- componentCreators
Typ: array<Microsoft.TeamFoundation.Framework.Server.IComponentCreator[]
- serviceName
Typ: System.String
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.