IVsEnumWCFMetadataStorages.Skip Method
Skips a specified number of IVsWCFMetadataStorage interfaces.
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'Declaration
Sub Skip ( _
celt As UInteger _
)
void Skip(
uint celt
)
void Skip(
[InAttribute] unsigned int celt
)
abstract Skip :
celt:uint32 -> unit
function Skip(
celt : uint
)
Parameters
celt
Type: System.UInt32The number of interfaces to skip.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.