OnCreateUserOptionsForExecutionBeforeBuild Method (OperationBase)

Top  Previous  Next

This method can be overridden to provide user options for the operation before a build (Release configuration).

Signature

[VB.NET]

Sub OnCreateUserOptionsForExecutionBeforeBuild(ByVal adminOptions As AdminOptionsBase, ByRef userOptions As UserOptions, ByRef cancel As Boolean)

[C#]

void OnCreateUserOptionsForExecutionBeforeBuild(AdminOptionsBase adminOptions, ref UserOptions userOptions, ref bool cancel)

Parameters

  • adminOptions: the admin options used by the operation, if any.
  • userOptions: the user options that will be used by the operation before the build.
  • cancel: allows the method to cancel the operation if needed.