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
'Usage
Dim instance As IVsDependencyProvider
[GuidAttribute("819CC554-C7BF-4965-A4D4-937B2B6CD2E1")]
[InterfaceTypeAttribute()]
public interface IVsDependencyProvider
[GuidAttribute(L"819CC554-C7BF-4965-A4D4-937B2B6CD2E1")]
[InterfaceTypeAttribute()]
public interface class IVsDependencyProvider
public interface IVsDependencyProvider

Remarks

See illustrations of the implementation and/or calling of this interface in the sample Figures Project.

Notes to Implementers:

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

See Also

Reference

IVsDependencyProvider Members

Microsoft.VisualStudio.Shell.Interop Namespace