IVsRegisterProjectTypes 接口

定义

在环境中注册 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)

取消注册项目类型。

适用于