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
)
Public Function WithMetadata (
key As String,
value As Object
) As ExportConfigurationBuilder
Parameters
- key
- Type: SystemString
Metadata key. - value
- Type: SystemObject
Metadata value.
Return Value
Type:
ExportConfigurationBuilderBuilder for additional configuration.
See Also