CompositionContextExtensions::SatisfyImports Method (CompositionContext^, Object^)
.NET Framework (current version)
Satisfies the imports of the specified object from the specified context.
Assembly: System.Composition.TypedParts (in System.Composition.TypedParts.dll)
public: [ExtensionAttribute] static void SatisfyImports( CompositionContext^ compositionContext, Object^ objectWithLooseImports )
Parameters
- compositionContext
-
Type:
System.Composition::CompositionContext^
The context to draw exports from.
- objectWithLooseImports
-
Type:
System::Object^
The object to satisfy imports on.
Show: