CompositionContextExtensions Class

.NET Framework (current version)
 

Adds methods to the composition context that are specific to the typed parts model.

Namespace:   System.Composition
Assembly:  System.Composition.TypedParts (in System.Composition.TypedParts.dll)

System::Object
System.Composition::CompositionContextExtensions

[ExtensionAttribute]
public ref class CompositionContextExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticSatisfyImports(CompositionContext^, Object^)

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

System_CAPS_pubmethodSystem_CAPS_staticSatisfyImports(CompositionContext^, Object^, AttributedModelProvider^)

Satisfies the imports of the specified object from the specified context, using the specified conventions.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: