AttributedModelServices::Imports Method (ComposablePartDefinition^, Type^)
.NET Framework (current version)
Returns a value that indicates whether the specified part contains an import that matches the specified contract type.
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
public: [ExtensionAttribute] static bool Imports( ComposablePartDefinition^ part, Type^ contractType )
Parameters
- part
-
Type:
System.ComponentModel.Composition.Primitives::ComposablePartDefinition^
The part to search.
- contractType
-
Type:
System::Type^
The contract type.
Return Value
Type: System::Booleantrue if part contains an import definition that matches contractType; otherwise, false.
.NET Framework
Available since 4.5
Available since 4.5
Show: