This topic has not yet been rated - Rate this topic

IEnumProjectStartupServices.Skip Method

Skip over a specified number of interfaces.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
int Skip(
	uint celt
)

Parameters

celt
Type: System.UInt32
[in] The number of interfaces to skip.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

COM Signature

From vsshell.idl:

HRESULT IEnumProjectStartupServices::Skip(
   [in] ULONG celt
);
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.