IVsProjectFlavorReferences2 Interface

Definition

Adds a method to validate project references.

public interface class IVsProjectFlavorReferences2
public interface class IVsProjectFlavorReferences2
__interface IVsProjectFlavorReferences2
[System.Runtime.InteropServices.Guid("54BE5D82-5886-4EF1-97C0-81716586FB8A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectFlavorReferences2
[<System.Runtime.InteropServices.Guid("54BE5D82-5886-4EF1-97C0-81716586FB8A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProjectFlavorReferences2 = interface
Public Interface IVsProjectFlavorReferences2
Attributes

Methods

QueryCheckIsProjectReferenceOutputValid(Object, String, UInt32)

Called before adding a project reference. Allows the flavor to accept or reject a project reference based on the referenced project output path.

Applies to