This method can be used to determine the type of the next argument. It is important to note that the iterator is not advanced to the next argument when this call is made.
[Visual Basic] Public Function GetNextArgType() As Integer [C#] public int GetNextArgType(); [C++] public: int GetNextArgType(); [JScript] public function GetNextArgType() : int;
Returns the type of the next argument.
ArgIterator Structure | ArgIterator Members | System Namespace