IVsEnumDependencies Interface

Enumerates a set of dependencies.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0ED850AF-C30A-42BA-AA20-3436ADF24937")> _
Public Interface IVsEnumDependencies
'Usage
Dim instance As IVsEnumDependencies
[InterfaceTypeAttribute()]
[GuidAttribute("0ED850AF-C30A-42BA-AA20-3436ADF24937")]
public interface IVsEnumDependencies
[InterfaceTypeAttribute()]
[GuidAttribute(L"0ED850AF-C30A-42BA-AA20-3436ADF24937")]
public interface class IVsEnumDependencies
public interface IVsEnumDependencies

Remarks

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.

See Also

Reference

IVsEnumDependencies Members

Microsoft.VisualStudio.Shell.Interop Namespace