CompositionBatch.AddPart(ComposablePart) Method

Definition

Adds the specified part to the CompositionBatch object.

public:
 void AddPart(System::ComponentModel::Composition::Primitives::ComposablePart ^ part);
public void AddPart (System.ComponentModel.Composition.Primitives.ComposablePart part);
member this.AddPart : System.ComponentModel.Composition.Primitives.ComposablePart -> unit
Public Sub AddPart (part As ComposablePart)

Parameters

part
ComposablePart

The part to add.

Exceptions

part is null.

Applies to