Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Project reference output states returned by QueryCheckIsProjectReferenceOutputValid(Object, String, UInt32%).
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_OutputValid | Skip the base project out validity check and add the reference. | |
PROV_OutputInvalid | Reject the project reference. |