ImportConventionBuilder::AsMany Method (Boolean)

.NET Framework (current version)
 

Configures the import to receive a collection of exports, possibly representing all available matching exports.

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

public:
ImportConventionBuilder^ AsMany(
	bool isMany
)

Parameters

isMany
Type: System::Boolean

true to provide all available matching exports; otherwise, false.

Return Value

Type: System.Composition.Convention::ImportConventionBuilder^

An import builder that provides further configuration.

Return to top
Show: