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 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
PostBind() Method
Called after all binding occurs.
Declaration
public void PostBind()
PreBind() Method
Called before binding occurs.
Declaration
public void PreBind()