संपादित करें

इसके माध्यम से साझा किया गया


ImportSource Enum

Definition

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

public enum class ImportSource
public enum ImportSource
type ImportSource = 
Public Enum ImportSource
Inheritance
ImportSource

Fields

Any 0

Imports may be satisfied from the current scope or any ancestor scope.

Local 1

Imports may be satisfied only from the current scope.

NonLocal 2

Imports may be satisfied only from an ancestor scope.

Applies to