IVsItemTypeResolutionService 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在被引用项目和程序集中建立连接,以向项目节点提供类型信息。
public interface class IVsItemTypeResolutionService
public interface class IVsItemTypeResolutionService
__interface IVsItemTypeResolutionService
[System.Runtime.InteropServices.Guid("C6CF64F7-8863-4E50-9DF1-892AA83D70D7")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsItemTypeResolutionService
[<System.Runtime.InteropServices.Guid("C6CF64F7-8863-4E50-9DF1-892AA83D70D7")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsItemTypeResolutionService = interface
Public Interface IVsItemTypeResolutionService
- 属性
方法
| InitializeReferences(Object) |
使用对象的属性初始化程序集引用的列表 ReferencedAssemblies CompilerParameters 。 |
| ReferenceAdded(String) |
当你添加新的程序集引用时,由项目系统调用。 |
| ReferenceChanged(String) |
删除引用时由项目系统调用。 |
| ReferenceRemoved(String) |
当引用更改时由项目系统调用。 |
| Reset() |
重置服务。 |
| SetSite(Object) |
设置类型解析服务的站点。 |