IVsDependencyProvider Interface

 

Provides access to a project configuration's dependencies.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[GuidAttribute("819CC554-C7BF-4965-A4D4-937B2B6CD2E1")]
[InterfaceTypeAttribute(1)]
public interface IVsDependencyProvider

NameDescription
System_CAPS_pubmethodEnumDependencies(IVsEnumDependencies)

Provides access to a dependency enumerator.

System_CAPS_pubmethodOpenDependency(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.

Return to top
Show: