Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
EnumDependencies | Provides access to a dependency enumerator. |
![]() |
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.
.gif)