ComposablePart Class
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.
Defines the abstract base class for composable parts, which import objects and produce exported objects.
public ref class ComposablePart abstract
public abstract class ComposablePart
type ComposablePart = class
Public MustInherit Class ComposablePart
- Inheritance
-
ComposablePart
Constructors
ComposablePart() |
Initializes a new instance of the ComposablePart class. |
Properties
ExportDefinitions |
Gets a collection of the ExportDefinition objects that describe the exported objects provided by the part. |
ImportDefinitions |
Gets a collection of the ImportDefinition objects that describe the imported objects required by the part. |
Metadata |
Gets the metadata of the ComposablePart object. |
Methods
Activate() |
Called when all the imports of the part have been set, and exports can be retrieved. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetExportedValue(ExportDefinition) |
Gets the exported object described by the specified ExportDefinition object. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
SetImport(ImportDefinition, IEnumerable<Export>) |
Sets the import described by the specified ImportDefinition object to be satisfied by the specified exports. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |