Compartilhar via


Interface IVsDependencyProvider

 

Fornece acesso às dependências de uma configuração projeto.

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

Sintaxe

[GuidAttribute("819CC554-C7BF-4965-A4D4-937B2B6CD2E1")]
[InterfaceTypeAttribute(1)]
public interface IVsDependencyProvider
[GuidAttribute("819CC554-C7BF-4965-A4D4-937B2B6CD2E1")]
[InterfaceTypeAttribute(1)]
public interface class IVsDependencyProvider
[<GuidAttribute("819CC554-C7BF-4965-A4D4-937B2B6CD2E1")>]
[<InterfaceTypeAttribute(1)>]
type IVsDependencyProvider = interface end
<GuidAttribute("819CC554-C7BF-4965-A4D4-937B2B6CD2E1")>
<InterfaceTypeAttribute(1)>
Public Interface IVsDependencyProvider

Métodos

Nome Descrição
System_CAPS_pubmethod EnumDependencies(IVsEnumDependencies)

Fornece acesso a um enumerador de dependência.

System_CAPS_pubmethod OpenDependency(String, IVsDependency)

Fornece acesso a uma dependência especificado.

Observações para implementadores:

Implementado por projetos para permitir que o ambiente e outros projetos para acessar as informações de dependência.

Consulte também

Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo