'Declaration Protected Overrides 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 override Vintasoft.Imaging.Processing.IProcessingCommand<TTarget> CreateXmpTopLevelPropertyProcessingCommand(
System.String name,
params Vintasoft.Imaging.Processing.IProcessingCommand<TTarget> commands
)
protected: Vintasoft.Imaging.Processing.IProcessingCommand<TTarget*>* CreateXmpTopLevelPropertyProcessingCommand(
System.String name,
params Vintasoft.Imaging.Processing.IProcessingCommand<TTarget*>* commands
); override
protected:
Vintasoft.Imaging.Processing.IProcessingCommand<TTarget^>^ CreateXmpTopLevelPropertyProcessingCommand(
System.String name,
... Vintasoft.Imaging.Processing.IProcessingCommand<TTarget^>^ commands
); override
Parameters
- name
- Имя команды.
- commands
- Команды обработки.
Return Value
Команда обработки, которая содержит корневой уровень дерева команд обработки.