IVsProjectFlavorReferences Members
Include Protected Members
Include Inherited Members
Gives a project subtype (flavor) control over references and of being referenced.
The IVsProjectFlavorReferences type exposes the following members.
Methods
Name
Description
Called before adding a reference to a flavored project. Allows the project to reject a reference.
Called before another project attempts to make a reference to this flavored project. The project can refuse being referenced.
Called before updating a project reference. This flavored project may advise against updating the references.
Top