'Declaration Protected MustOverride 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 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
- The name of the command.
- commands
- The processing commands.
Return Value
Processing command that contains root level of processing command tree.