CompositionContainer.SatisfyImportsOnce Method
Satisfies the imports of the specified ComposablePart object without registering it for recomposition.
Namespace: System.ComponentModel.Composition.Hosting
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
Parameters
- part
- Type: System.ComponentModel.Composition.Primitives.ComposablePart
The part to satisfy the imports of.
Implements
ICompositionService.SatisfyImportsOnce(ComposablePart)| Exception | Condition |
|---|---|
| ObjectDisposedException |
The CompositionContainer object has been disposed of. |
| ArgumentNullException |
part is null. |
| CompositionException |
An error occurred during composition. Errors will contain a collection of the errors that occurred. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.