Project reference output states returned by QueryCheckIsProjectReferenceOutputValid.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
Public Enumeration __ProjectReferenceOutputValidity
public enum __ProjectReferenceOutputValidity
public enum class __ProjectReferenceOutputValidity
type __ProjectReferenceOutputValidity
public enum __ProjectReferenceOutputValidity
Members
| Member name | Description | |
|---|---|---|
| PROV_DoDefaultCheck | Let the base project determine the referenced output validity. | |
| PROV_OutputInvalid | Reject the project reference. | |
| PROV_OutputValid | Skip the base project out validity check and add the reference. |