ImportManyAttribute Constructor
.NET Framework (current version)
Initializes a new instance of the ImportManyAttribute class.
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
| Name | Description | |
|---|---|---|
![]() | ImportManyAttribute() | Initializes a new instance of the ImportManyAttribute class, importing the set of exports with the default contract name. |
![]() | ImportManyAttribute(String^) | Initializes a new instance of the ImportManyAttribute class, importing the set of exports with the specified contract name. |
![]() | ImportManyAttribute(String^, Type^) | Initializes a new instance of the ImportManyAttribute class, importing the set of exports with the specified contract name and contract type. |
![]() | ImportManyAttribute(Type^) | Initializes a new instance of the ImportManyAttribute class, importing the set of exports with the contract name derived from the specified type. |
Show:
