System.ComponentModel.Composition
4.0.0.0
System.Object
To be added.
Represents a set of objects which will be added or removed from the container in a single transactional composition.
Constructor
4.0.0.0
To be added.
Initializes a new instance of the class.
Constructor
4.0.0.0
To be added.
Initializes a new instance of the class with the specified parts for addition and removal.
A collection of objects to add.
A collection of objects to remove.
Method
4.0.0.0
System.ComponentModel.Composition.Primitives.ComposablePart
To be added.
Adds the specified export to the object.
The part added.
The export to add to the object.
Method
4.0.0.0
System.Void
To be added.
Adds the specified part to the object.
The part to add.
Property
4.0.0.0
System.Collections.ObjectModel.ReadOnlyCollection<System.ComponentModel.Composition.Primitives.ComposablePart>
To be added.
To be added.
Gets the collection of objects to be added.
Property
4.0.0.0
System.Collections.ObjectModel.ReadOnlyCollection<System.ComponentModel.Composition.Primitives.ComposablePart>
To be added.
To be added.
Gets the collection of objects to be removed.
Method
4.0.0.0
System.Void
To be added.
Puts the specified part on the list of parts to remove.
The part to be removed.