IBinderExtension Interface
Interface all binder extensions implement.
Methods
Method | Description |
---|---|
PostBind() | Called after all binding occurs. |
PreBind() | Called before binding occurs. |
WixToolset.Extensibility.dll
version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9
PostBind() Method
Called after all binding occurs.
Declaration
public void PostBind()
PreBind() Method
Called before binding occurs.
Declaration
public void PreBind()