Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)