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.GetRemainingCount

Determine the number of arguments remaining in the argument list.

[Visual Basic]
Public Function GetRemainingCount() As Integer
[C#]
public int GetRemainingCount();
[C++]
public: int GetRemainingCount();
[JScript]
public function GetRemainingCount() : int;

Return Value

Returns the number of remaining arguments.

See Also

ArgIterator Structure | ArgIterator Members | System Namespace