ImportSource Enumeration
.NET Framework (current version)
Specifies values that indicate how the MEF composition engine searches for imports.
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
| Member name | Description | |
|---|---|---|
| Any | Imports may be satisfied from the current scope or any ancestor scope. | |
| Local | Imports may be satisfied only from the current scope. | |
| NonLocal | Imports may be satisfied only from an ancestor scope. |
.NET Framework
Available since 4.5
Available since 4.5
Show: