IVsDependencyProvider Interface
Visual Studio 2015
Provides access to a project configuration's dependencies.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | EnumDependencies(IVsEnumDependencies) | Provides access to a dependency enumerator. |
![]() | OpenDependency(String, IVsDependency) | Provides access to a specified dependency. |
Notes to Implementers:
Implemented by projects to enable the environment and other projects to access dependency information.
Show:
