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)

Syntax

'Declaration
<GuidAttribute("819CC554-C7BF-4965-A4D4-937B2B6CD2E1")> _
<InterfaceTypeAttribute()> _
Public Interface IVsDependencyProvider
[GuidAttribute("819CC554-C7BF-4965-A4D4-937B2B6CD2E1")]
[InterfaceTypeAttribute()]
public interface IVsDependencyProvider
[GuidAttribute(L"819CC554-C7BF-4965-A4D4-937B2B6CD2E1")]
[InterfaceTypeAttribute()]
public interface class IVsDependencyProvider
[<GuidAttribute("819CC554-C7BF-4965-A4D4-937B2B6CD2E1")>]
[<InterfaceTypeAttribute()>]
type IVsDependencyProvider =  interface end
public interface IVsDependencyProvider

The IVsDependencyProvider type exposes the following members.

Methods

  Name Description
Public method EnumDependencies Provides access to a dependency enumerator.
Public method OpenDependency Provides access to a specified dependency.

Top

Remarks

Notes to Implementers

Implemented by projects to enable the environment and other projects to access dependency information.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace