ICompositionService Interface
.NET Framework (current version)
Provides methods to satisfy imports on an existing part instance.
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
| Name | Description | |
|---|---|---|
![]() | SatisfyImportsOnce(ComposablePart^) | Composes the specified part, with recomposition and validation disabled. |
| Name | Description | |
|---|---|---|
![]() | SatisfyImportsOnce(Object^) | Overloaded. Composes the specified part by using the specified composition service, with recomposition disabled.(Defined by AttributedModelServices.) |
![]() | SatisfyImportsOnce(Object^, ReflectionContext^) | Overloaded. Composes the specified part by using the specified composition service, with recomposition disabled and using the specified reflection context.(Defined by AttributedModelServices.) |
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Show:
