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