IVsDependencyProvider 接口

提供对项目配置的依赖项。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)

语法

声明
<GuidAttribute("819CC554-C7BF-4965-A4D4-937B2B6CD2E1")> _
<InterfaceTypeAttribute()> _
Public Interface IVsDependencyProvider
[GuidAttribute("819CC554-C7BF-4965-A4D4-937B2B6CD2E1")]
[InterfaceTypeAttribute()]
public interface IVsDependencyProvider

IVsDependencyProvider 类型公开以下成员。

方法

  名称 说明
公共方法 EnumDependencies 提供对依赖项枚举数。
公共方法 OpenDependency 提供对指定的依赖项。

页首

备注

对实现者的说明

实现由项目启用环境和其他项来访问依赖项信息。

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间