Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CompositionContextExtensions::SatisfyImports Method (CompositionContext^, Object^)

.NET Framework (current version)
 

Satisfies the imports of the specified object from the specified context.

Namespace:   System.Composition
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.

Return to top
Show:
© 2017 Microsoft