System.ComponentModel.Composition 4.0.0.0 System.Object To be added. Defines the abstract base class for composable parts, which import objects and produce exported objects. Constructor 4.0.0.0 To be added. Initializes a new instance of the class. Method 4.0.0.0 System.Void Once this method is called, no further imports can be set unless a call is made to Deactivate. Called when all the imports of the part have been set, and exports can be retrieved. Property 4.0.0.0 System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ExportDefinition> To be added. If the object was created from a object, this property should return the result of . Overrides of this property should never return null. If the does not have exports, return an empty collection instead. Gets a collection of the objects that describe the exported objects provided by the part. Method 4.0.0.0 System.Object To be added. Gets the exported object described by the specified object. The exported object described by . One of the objects from the property that describes the exported object to return. Property 4.0.0.0 System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ImportDefinition> To be added. If the object was created from a object, this property should return the result of . Overrides of this property should never return null. If the does not have imports, return an empty collection instead. Gets a collection of the objects that describe the imported objects required by the part. Property 4.0.0.0 System.Collections.Generic.IDictionary<System.String,System.Object> To be added. If the object was created from a object, this property should return the result of . Overrides of this property should return a read-only object with a case-sensitive, non-linguistic comparer, such as , and should never return null. If the does not contain metadata, return an empty instead. Gets the metadata of the object. Method 4.0.0.0 System.Void To be added. Sets the import described by the specified object to be satisfied by the specified exports. One of the objects from the property that specifies the import to be set. A collection of objects of which to set the import described by .