AttributedModelServices::ComposeParts Method (CompositionContainer^, array<Object^>^)
.NET Framework (current version)
Creates composable parts from an array of attributed objects and composes them in the specified composition container.
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
public: [ExtensionAttribute] static void ComposeParts( CompositionContainer^ container, ... array<Object^>^ attributedParts )
Parameters
- container
-
Type:
System.ComponentModel.Composition.Hosting::CompositionContainer^
The composition container to perform composition in.
- attributedParts
-
Type:
array<System::Object^>^
An array of attributed objects to compose.
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Show: