__ProjectReferenceOutputValidity Enum
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.
Project reference output states returned by QueryCheckIsProjectReferenceOutputValid(Object, String, UInt32).
public enum class __ProjectReferenceOutputValidity
public enum class __ProjectReferenceOutputValidity
enum __ProjectReferenceOutputValidity
public enum __ProjectReferenceOutputValidity
type __ProjectReferenceOutputValidity =
Public Enum __ProjectReferenceOutputValidity
- Inheritance
-
__ProjectReferenceOutputValidity
Fields
Name | Value | Description |
---|---|---|
PROV_DoDefaultCheck | 0 | Let the base project determine the referenced output validity. |
PROV_OutputValid | 1 | Skip the base project out validity check and add the reference. |
PROV_OutputInvalid | 2 | Reject the project reference. |