'Declaration Protected MustOverride Function CreateXmpTopLevelPropertyProcessingCommand( _
ByVal nameИмя команды.As System.String, _
ByVal ParamArray commandsКоманды обработки.As Vintasoft.Imaging.Processing.IProcessingCommand(Of TTarget) _
) As Vintasoft.Imaging.Processing.IProcessingCommand(Of TTarget)
protected abstract Vintasoft.Imaging.Processing.IProcessingCommand<TTarget> CreateXmpTopLevelPropertyProcessingCommand(
System.String name,
params Vintasoft.Imaging.Processing.IProcessingCommand<TTarget> commands
)
protected: abstract Vintasoft.Imaging.Processing.IProcessingCommand<TTarget*>* CreateXmpTopLevelPropertyProcessingCommand(
System.String name,
params Vintasoft.Imaging.Processing.IProcessingCommand<TTarget*>* commands
)
protected:
abstract Vintasoft.Imaging.Processing.IProcessingCommand<TTarget^>^ CreateXmpTopLevelPropertyProcessingCommand(
System.String name,
... Vintasoft.Imaging.Processing.IProcessingCommand<TTarget^>^ commands
)
Parameters
- name
- Имя команды.
- commands
- Команды обработки.
Return Value
Команда обработки, которая содержит корневой уровень дерева команд обработки.