Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Function Next ( _
elements As UInteger, _
dependencies As IVsDependency(), _
<OutAttribute> ByRef elementsFetched As UInteger _
) As Integer
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
abstract Next :
elements:uint32 *
dependencies:IVsDependency[] *
elementsFetched:uint32 byref -> int
override Next :
elements:uint32 *
dependencies:IVsDependency[] *
elementsFetched:uint32 byref -> int
public final function Next(
elements : uint,
dependencies : IVsDependency[],
elementsFetched : uint
) : int
Parameters
- elements
Type: System.UInt32
- dependencies
Type: array<Microsoft.VisualStudio.Shell.Interop.IVsDependency[]
- elementsFetched
Type: System.UInt32%
Return Value
Type: System.Int32
Implements
IVsEnumDependencies.Next(UInt32, array<IVsDependency[], UInt32%)
.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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal Namespace