Freigeben über


ReflectionModelServices.IsExportFactoryImportDefinition Methode

Definition

Gibt an, ob eine angegebene Importdefinition eine Exportfactory darstellt (ExportFactory<T>- oder ExportFactory<T,TMetadata>-Objekt).

public:
 static bool IsExportFactoryImportDefinition(System::ComponentModel::Composition::Primitives::ImportDefinition ^ importDefinition);
public static bool IsExportFactoryImportDefinition (System.ComponentModel.Composition.Primitives.ImportDefinition importDefinition);
static member IsExportFactoryImportDefinition : System.ComponentModel.Composition.Primitives.ImportDefinition -> bool
Public Shared Function IsExportFactoryImportDefinition (importDefinition As ImportDefinition) As Boolean

Parameter

importDefinition
ImportDefinition

Die zu untersuchende Importdefinition.

Gibt zurück

true, wenn die angegebene Importdefinition eine Exportfactory darstellt; andernfalls false.

Gilt für: