AttributedModelServices.ComposeParts Method

Definition

Creates composable parts from an array of attributed objects and composes them in the specified composition container.

public static void ComposeParts (this System.ComponentModel.Composition.Hosting.CompositionContainer container, params object[] attributedParts);
Parameters
container
CompositionContainer

The composition container to perform composition in.

attributedParts
Object[]

An array of attributed objects to compose.