Skips over the specified number of dependencies.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Function Skip ( _
elements As UInteger _
) As Integer
'使用
Dim instance As EnumDependencies
Dim elements As UInteger
Dim returnValue As Integer
returnValue = instance.Skip(elements)
public int Skip(
uint elements
)
public:
virtual int Skip(
unsigned int elements
) sealed
public final function Skip(
elements : uint
) : int
Parameters
elements
Type: System.UInt32The number of dependencies to skip.
Return Value
Type: System.Int32
S_OK if it was possible to skip the requested number of dependencies, S_FALSE if the number to skip exceeds the number of dependencies in the collection.
Implements
IVsEnumDependencies.Skip(UInt32)
Permissions
- 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.