ComposablePartDefinition Class
Defines an abstract base class for composable part definitions, which describe and enable the creation of ComposablePart objects.
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
| Name | Description | |
|---|---|---|
![]() | ComposablePartDefinition() | Initializes a new instance of the ComposablePartDefinition class. |
| Name | Description | |
|---|---|---|
![]() | ExportDefinitions | Gets a collection of ExportDefinition objects that describe the objects exported by the part defined by this ComposablePartDefinition object. |
![]() | ImportDefinitions | Gets a collection of ImportDefinition objects that describe the imports required by the part defined by this ComposablePartDefinition object. |
![]() | Metadata | Gets a collection of the metadata for this ComposablePartDefinition object. |
| Name | Description | |
|---|---|---|
![]() | CreatePart() | Creates a new instance of a part that the ComposablePartDefinition describes. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | ContainsPartMetadata<T>(String^, T) | Gets a value that indicates whether the specified part contains metadata that has the specified key and value.(Defined by ScopingExtensions.) |
![]() | ContainsPartMetadataWithKey(String^) | Gets a value that indicates whether the specified part contains metadata that has the specified key.(Defined by ScopingExtensions.) |
![]() | Exports(String^) | Gets a value that indicates whether the specified part exports the specified contract.(Defined by ScopingExtensions.) |
![]() | Exports(Type^) | Overloaded. Returns a value that indicates whether the specified part contains an export that matches the specified contract type.(Defined by AttributedModelServices.) |
![]() | Exports<T>() | Overloaded. Returns a value that indicates whether the specified part contains an export that matches the specified contract type.(Defined by AttributedModelServices.) |
![]() | Imports(String^) | Overloaded. Determines whether the specified part imports the specified contract.(Defined by ScopingExtensions.) |
![]() | Imports(String^, ImportCardinality) | Overloaded. Determines whether the specified part imports the specified contract with the specified cardinality.(Defined by ScopingExtensions.) |
![]() | Imports(Type^) | Overloaded. Returns a value that indicates whether the specified part contains an import that matches the specified contract type.(Defined by AttributedModelServices.) |
![]() | Imports(Type^, ImportCardinality) | Overloaded. Returns a value that indicates whether the specified part contains an import that matches the specified contract type and import cardinality.(Defined by AttributedModelServices.) |
![]() | Imports<T>() | Overloaded. Returns a value that indicates whether the specified part contains an import that matches the specified contract type.(Defined by AttributedModelServices.) |
![]() | Imports<T>(ImportCardinality) | Overloaded. Returns a value that indicates whether the specified part contains an import that matches the specified contract type and import cardinality.(Defined by AttributedModelServices.) |
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


