IVsProjectFlavorReferences2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |