AttributedModelServices.ComposeParts(CompositionContainer, Object[]) Method
Definition
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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา