CompositionOptions Enumeration
.NET Framework (current version)
Defines options for export providers.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
| Member name | Description | |
|---|---|---|
| Default | No options are defined. | |
| DisableSilentRejection | Silent rejection is disabled, so all rejections will result in errors. | |
| ExportCompositionService | This provider is an export composition service. | |
| IsThreadSafe | This provider should be thread-safe. |
.NET Framework
Available since 4.5
Available since 4.5
Show: