IBackend Interface
Interface all backends implement.
Methods
| Method | Description | 
|---|---|
| Bind(context) | Bind the intermediate into the final output. | 
WixToolset.Extensibility.dll version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71
Bind(context) Method
Bind the intermediate into the final output.
Declaration
public Data.IBindResult Bind(
  Data.IBindContext context
)
Parameters
| Parameter | Type | Description | 
|---|---|---|
| context | Data.IBindContext | Bind context. | 
Return value
Data.IBindResult Result of the bind operation.