IVsProjectFlavorReferences 接口

定义

为项目子类型 (口味) 控制对引用和被引用。

public interface class IVsProjectFlavorReferences
public interface class IVsProjectFlavorReferences
__interface IVsProjectFlavorReferences
[System.Runtime.InteropServices.Guid("66DB9803-1019-48CA-99F2-DAD69E49532C")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsProjectFlavorReferences
[<System.Runtime.InteropServices.Guid("66DB9803-1019-48CA-99F2-DAD69E49532C")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsProjectFlavorReferences = interface
Public Interface IVsProjectFlavorReferences
属性

方法

QueryAddProjectReference(Object, Int32)

在将引用添加到风格项目之前调用。 允许项目拒绝引用。

QueryCanBeReferenced(Object, Int32)

在另一个项目尝试引用此风格项目之前调用。 项目可以拒绝引用。

QueryRefreshReferences(UInt32, Int32)

在更新项目引用之前调用。 此风格项目可能会建议不更新引用。

适用于