The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ImportConventionBuilder::AsMany Method (Boolean)
.NET Framework (current version)
Configures the import to receive a collection of exports, possibly representing all available matching exports.
Assembly: System.Composition.Convention (in System.Composition.Convention.dll)
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.
Show: