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!

UCOMIEnumVARIANT.Skip

[To be supplied.]

[Visual Basic]
Function Skip( _
   ByVal celt As Integer _
) As Integer
[C#]
int Skip(
   int celt
);
[C++]
int Skip(
   int celt
) = 0;
[JScript]
function Skip(
   celt : int
) : int;

Parameters

celt
[To be supplied.]

See Also

UCOMIEnumVARIANT Interface | UCOMIEnumVARIANT Members | System.Runtime.InteropServices Namespace