IVsRegisterProjectTypes 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在环境中注册 VSPackage 项目类型。
public interface class IVsRegisterProjectTypes
public interface class IVsRegisterProjectTypes
__interface IVsRegisterProjectTypes
[System.Runtime.InteropServices.Guid("F08400BB-0960-47F4-9E12-591DBF370546")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsRegisterProjectTypes
[<System.Runtime.InteropServices.Guid("F08400BB-0960-47F4-9E12-591DBF370546")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsRegisterProjectTypes = interface
Public Interface IVsRegisterProjectTypes
- 属性
注解
IVsRegisterProjectTypes接口与服务关联 SVsRegisterProjectTypes 。
实施者说明
RegisterProjectType 通常在 IVsPackage:: SetSite 中调用。UnregisterProjectType 在 IVsPackage:: Close 中调用。
方法
| RegisterProjectType(Guid, IVsProjectFactory, UInt32) |
注册项目类型。 |
| UnregisterProjectType(UInt32) |
取消注册项目类型。 |