Click or drag to resize

ExportConfigurationBuilderWithMetadata Method (String, Object)

Add metadata to the export.

Namespace:  Autofac.Integration.Mef
Assembly:  Autofac.Integration.Mef (in Autofac.Integration.Mef.dll) Version: 6.0.0+4280ac7e7f34f8dcbf61bbdf820a070216e453fc
Syntax
public ExportConfigurationBuilder WithMetadata(
	string key,
	Object value
)

Parameters

key
Type: SystemString
Metadata key.
value
Type: SystemObject
Metadata value.

Return Value

Type: ExportConfigurationBuilder
Builder for additional configuration.
See Also