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