ReflectionModelServices.IsImportingParameter(ImportDefinition) Methode

Definitie

Bepaalt of een importdefinitie een lid of parameter vertegenwoordigt.

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

Parameters

importDefinition
ImportDefinition

De importdefinitie die moet worden onderzocht.

Retouren

true als de importdefinitie een parameter vertegenwoordigt; anders, false.

Uitzonderingen

importDefinition is null.

Van toepassing op