Skip to content
Auto
Products

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.Attribute

Inheritance: Attribute → AssemblyExportSettingsAttribute

[assembly: AssemblyExportSettings(DuplicateUriHandling = ExportDuplicateUriHandling.OverrideExisting)]
public AssemblyExportSettingsAttribute()

Gets or sets the behavior for an export whose URI is already registered. Default: ExportDuplicateUriHandling.SkipCurrent.

public ExportDuplicateUriHandling DuplicateUriHandling { get; set; }

ExportDuplicateUriHandling