Windows apps
Collapse the table of content
Expand the table of content
Information
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.

ImportSource Enumeration

.NET Framework (current version)
 

Specifies values that indicate how the MEF composition engine searches for imports.

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

public enum class ImportSource

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft