IVsEnumDependencies Interface
Visual Studio 2015
Enumerates a set of dependencies.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(IVsEnumDependencies) | Creates another enumerator that contains the same enumeration state as the current one. |
![]() | Next(UInt32, IVsDependency[], UInt32) | Retrieves a specified number of dependencies in the enumeration sequence. |
![]() | Reset() | Resets the enumeration sequence to the beginning. |
![]() | Skip(UInt32) | Skips over a specified number of dependencies in the enumeration sequence. |
The environment gains access to the IVsEnumDependencies interface by calling EnumDependencies.
Notes to Implementers:
Implemented by projects to enable the environment to access build or deployment dependencies.
Notes to Callers:
Called by the environment or other projects to retrieve build or deployment dependencies.
Show:
