CompositionContainer::ReleaseExports Method (IEnumerable<Export^>^)
.NET Framework (current version)
Releases a set of Export objects from the CompositionContainer.
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | exports is null. |
| ArgumentException | exports contains an element that is null. |
The behavior of this method may vary depending on the context in which the Export was constructed. For more information, see the ReleaseExport method.
.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: