Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AttributedModelServices.ComposeParts(CompositionContainer, Object[]) Method
Definition
- Namespace:
- System.ComponentModel.Composition
- Assembly:
- System.ComponentModel.Composition.dll
- Package:
- System.ComponentModel.Composition v11.0.0-preview.5.26302.115
- Source:
- AttributedModelServices.cs
- Source:
- AttributedModelServices.cs
- Source:
- AttributedModelServices.cs
- Source:
- AttributedModelServices.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates composable parts from an array of attributed objects and composes them in the specified composition container.
public:
[System::Runtime::CompilerServices::Extension]
static void ComposeParts(System::ComponentModel::Composition::Hosting::CompositionContainer ^ container, ... cli::array <System::Object ^> ^ attributedParts);
public static void ComposeParts(this System.ComponentModel.Composition.Hosting.CompositionContainer container, params object[] attributedParts);
static member ComposeParts : System.ComponentModel.Composition.Hosting.CompositionContainer * obj[] -> unit
<Extension()>
Public Sub ComposeParts (container As CompositionContainer, ParamArray attributedParts As Object())
Parameters
- container
- CompositionContainer
The composition container to perform composition in.
- attributedParts
- Object[]
An array of attributed objects to compose.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Feedback
Was this page helpful?
