NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ArgIterator.GetNextArg

Gets the next argument in the list and advances the iterator by one.

Overload List

Gets the next argument in the list and advances the iterator by one.

[Visual Basic] Overloads Public Function GetNextArg(RuntimeTypeHandle) As TypedReference
[C#] public TypedReference GetNextArg(RuntimeTypeHandle);
[C++] public: TypedReference GetNextArg(RuntimeTypeHandle);
[JScript] public function GetNextArg(RuntimeTypeHandle) : TypedReference;

[To be supplied.]

[Visual Basic] Overloads Public Function GetNextArg() As TypedReference
[C#] public TypedReference GetNextArg();
[C++] public: TypedReference GetNextArg();
[JScript] public function GetNextArg() : TypedReference;

See Also

ArgIterator Structure | ArgIterator Members | System Namespace