Skip to content

IBackend Interface

Interface all backends implement.

MethodDescription
Bind(context)Bind the intermediate into the final output.
WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

Bind the intermediate into the final output.

public Data.IBindResult Bind(
Data.IBindContext context
)
ParameterTypeDescription
contextData.IBindContextBind context.

Data.IBindResult Result of the bind operation.