PluginCatalogImpl Constructor (array<PluginCatalogHelper )
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Sub New ( _
catalogHelpers As PluginCatalogHelper() _
)
public PluginCatalogImpl(
PluginCatalogHelper[] catalogHelpers
)
public:
PluginCatalogImpl(
array<PluginCatalogHelper^>^ catalogHelpers
)
new :
catalogHelpers:PluginCatalogHelper[] -> PluginCatalogImpl
public function PluginCatalogImpl(
catalogHelpers : PluginCatalogHelper[]
)
Parameters
- catalogHelpers
Type: array<Microsoft.TeamFoundation.PluginCatalogHelper[]
.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.