IVsEnumDependencies Interface
Enumerates a set of dependencies.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("0ED850AF-C30A-42BA-AA20-3436ADF24937")> _
Public Interface IVsEnumDependencies
'Uso
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
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0ED850AF-C30A-42BA-AA20-3436ADF24937")>]
type IVsEnumDependencies = interface end
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.