'Declaration Protected Overridable Function GetXmpPropertyValueVerifierParamsProcessingCommands( _
ByVal processingCommandsThe processing commands.As System.Collections.Generic.IEnumerable(Of IProcessingCommandInfo) _
) As System.Collections.Generic.List(Of IProcessingCommand)
protected virtual System.Collections.Generic.List<IProcessingCommand> GetXmpPropertyValueVerifierParamsProcessingCommands(
System.Collections.Generic.IEnumerable<IProcessingCommandInfo> processingCommands
)
protected: virtual System.Collections.Generic.List<IProcessingCommand*>* GetXmpPropertyValueVerifierParamsProcessingCommands(
System.Collections.Generic.IEnumerable<IProcessingCommandInfo*>* processingCommands
)
protected:
virtual System.Collections.Generic.List<IProcessingCommand^>^ GetXmpPropertyValueVerifierParamsProcessingCommands(
System.Collections.Generic.IEnumerable<IProcessingCommandInfo^>^ processingCommands
)
Parameters
- processingCommands
- The processing commands.
Return Value
List that contains root level of processing command tree.