IVsDependency 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
描述生成操作或部署中其他项目使用的项目。
public interface class IVsDependency
public interface class IVsDependency
__interface IVsDependency
[System.Runtime.InteropServices.Guid("9DB6689F-3C5F-43ED-B0D5-54851A980B93")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsDependency
[<System.Runtime.InteropServices.Guid("9DB6689F-3C5F-43ED-B0D5-54851A980B93")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsDependency = interface
Public Interface IVsDependency
- 派生
- 属性
实施者说明
由具有一个或多个影响其生成或部署操作的依赖项的项目实现。
调用方说明
由需要有关依赖项的信息的环境或部署项目调用。
方法
| get_CanonicalName(String) |
返回依赖项的规范名称。 |
| get_Description(String) |
返回依赖项的说明。 |
| get_HelpContext(UInt32) |
返回指向依赖项的帮助上下文的指针。 |
| get_HelpFile(String) |
返回依赖项的帮助文件的名称。 |
| get_Type(Guid) |
返回依赖项的类型。 |