'Declaration Protected Overrides Function CreateXmpTopLevelPropertyProcessingCommand( _
ByVal nameThe name of the command.As System.String, _
ByVal ParamArray commandsThe processing 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
- The name of the command.
- commands
- The processing commands.
Return Value
Processing command that contains root level of processing command tree.