Gets the specified number of dependencies.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Function Next ( _
elements As UInteger, _
dependencies As IVsDependency(), _
<OutAttribute> ByRef elementsFetched As UInteger _
) As Integer
'使用
Dim instance As EnumDependencies
Dim elements As UInteger
Dim dependencies As IVsDependency()
Dim elementsFetched As UInteger
Dim returnValue As Integer
returnValue = instance.Next(elements, _
dependencies, elementsFetched)
public int Next(
uint elements,
IVsDependency[] dependencies,
out uint elementsFetched
)
public:
virtual int Next(
unsigned int elements,
array<IVsDependency^>^ dependencies,
[OutAttribute] unsigned int% elementsFetched
) sealed
public final function Next(
elements : uint,
dependencies : IVsDependency[],
elementsFetched : uint
) : int
Parameters
elements
Type: System.UInt32The number of dependencies to fetch.
dependencies
Type: []The dependencies to be fetched.
elementsFetched
Type: System.UInt32%[out] The actual number of dependencies fetched.
Return Value
Type: System.Int32
S_OK if the number of dependencies fetched equals the number of requested dependencies, otherwise S_FALSE.
Implements
IVsEnumDependencies.Next(UInt32, [], UInt32%)
Remarks
This method is an implementation of Next.
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.