ImportManyAttribute Constructor

 

Initializes a new instance of the ImportManyAttribute class.

Namespace:   System.ComponentModel.Composition
Assembly:  System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)

NameDescription
System_CAPS_pubmethodImportManyAttribute()

Initializes a new instance of the ImportManyAttribute class, importing the set of exports with the default contract name.

System_CAPS_pubmethodImportManyAttribute(String^)

Initializes a new instance of the ImportManyAttribute class, importing the set of exports with the specified contract name.

System_CAPS_pubmethodImportManyAttribute(String^, Type^)

Initializes a new instance of the ImportManyAttribute class, importing the set of exports with the specified contract name and contract type.

System_CAPS_pubmethodImportManyAttribute(Type^)

Initializes a new instance of the ImportManyAttribute class, importing the set of exports with the contract name derived from the specified type.

Return to top
Show: