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 ()

[To be supplied.]

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

Return Value

Returns the next argument as a TypedReference object.

Exceptions

Exception Type Condition
Exception is thrown if the call attempts to read beyond the end of the list

Remarks

This method treats the next parameter as though it has the ByRef constraint. ByRef parameters are represented by the TypedReference class.

See Also

ArgIterator Structure | ArgIterator Members | System Namespace | ArgIterator.GetNextArg Overload List