AssemblyExportSettingsAttribute
Namespace: TagBites.ComponentModel.Composition
Assembly: TagBites.ComponentModel.Composition.dll
Product: TagBites.ComponentModel.Composition v. 1.2.1
Sets how the container handles exports of this assembly whose URI is already registered.
public class AssemblyExportSettingsAttribute : System.AttributeInheritance: Attribute → AssemblyExportSettingsAttribute
Examples
Section titled “Examples”[assembly: AssemblyExportSettings(DuplicateUriHandling = ExportDuplicateUriHandling.OverrideExisting)]Constructors
Section titled “Constructors”AssemblyExportSettingsAttribute()
Section titled “AssemblyExportSettingsAttribute()”public AssemblyExportSettingsAttribute()Properties
Section titled “Properties”DuplicateUriHandling
Section titled “DuplicateUriHandling”Gets or sets the behavior for an export whose URI is already registered. Default: ExportDuplicateUriHandling.SkipCurrent.
public ExportDuplicateUriHandling DuplicateUriHandling { get; set; }