ComposedPart 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.
[System.Diagnostics.DebuggerDisplay("{Definition.Type.Name}")]
public class ComposedPart
[<System.Diagnostics.DebuggerDisplay("{Definition.Type.Name}")>]
type ComposedPart = class
Public Class ComposedPart
- Inheritance
-
ComposedPart
- Attributes
Constructors
ComposedPart(ComposablePartDefinition, IReadOnlyDictionary<ImportDefinitionBinding,IReadOnlyList<ExportDefinitionBinding>>, IImmutableSet<String>) |
Properties
Definition | |
RequiredSharingBoundaries |
Gets the set of sharing boundaries that this part must be instantiated within. |
SatisfyingExports |
Gets a map of this part's imports, and the exports which satisfy them. |
Methods
GetImportingConstructorImports() | |
Validate(IReadOnlyDictionary<Type,ExportDefinitionBinding>) |