IVsProjectFlavorReferences2 Interface

 

Adds a method to validate project references.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

[GuidAttribute("54BE5D82-5886-4EF1-97C0-81716586FB8A")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectFlavorReferences2

NameDescription
System_CAPS_pubmethodQueryCheckIsProjectReferenceOutputValid(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.

Return to top
Show: