'Declaration Protected MustOverride Function GetVerificationCommands( _
ByVal stageIndexИндекс этапа проверки, отсчитываемый от нуля.As System.Int32, _
ByRef stageNameНазвание этапа проверки.As System.String _
) As Vintasoft.Imaging.Processing.IProcessingCommandInfo[]
protected abstract Vintasoft.Imaging.Processing.IProcessingCommandInfo[] GetVerificationCommands(
System.Int32 stageIndex,
out System.String stageName
)
protected: abstract Vintasoft.Imaging.Processing.IProcessingCommandInfo*[] GetVerificationCommands(
System.Int32 stageIndex,
[PARAMFLAG::Out] System.String stageName
)
protected:
abstract Vintasoft.Imaging.Processing.IProcessingCommandInfo^[] GetVerificationCommands(
System.Int32 stageIndex,
[Out] System.String stageName
)
Parameters
- stageIndex
- Индекс этапа проверки, отсчитываемый от нуля.
- stageName
- Название этапа проверки.
Return Value
Команды обработки, которые необходимо выполнить на этапе проверки.