'Declaration Protected Overridable Function GetXmpTopLevelPropertyVerifierParamsProcessingCommands( _
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> GetXmpTopLevelPropertyVerifierParamsProcessingCommands(
System.Collections.Generic.IEnumerable<IProcessingCommandInfo> processingCommands
)
protected: virtual System.Collections.Generic.List<IProcessingCommand*>* GetXmpTopLevelPropertyVerifierParamsProcessingCommands(
System.Collections.Generic.IEnumerable<IProcessingCommandInfo*>* processingCommands
)
protected:
virtual System.Collections.Generic.List<IProcessingCommand^>^ GetXmpTopLevelPropertyVerifierParamsProcessingCommands(
System.Collections.Generic.IEnumerable<IProcessingCommandInfo^>^ processingCommands
)
Parameters
- processingCommands
- The processing commands.
Return Value
List that contains root level of processing command tree.