EnumDependencies.Skip Method

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.UInt32

    The 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

See Also

Reference

EnumDependencies Class

EnumDependencies Members

Microsoft.VisualStudio.Package Namespace