IBackend Interface
Interface all backends implement.
Methods
Method | Description |
---|---|
Bind(context) | Bind the intermediate into the final output. |
WixToolset.Extensibility.dll
version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9
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.