__ProjectReferenceOutputValidity Enum

Definition

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

PROV_DoDefaultCheck 0

Let the base project determine the referenced output validity.

PROV_OutputInvalid 2

Reject the project reference.

PROV_OutputValid 1

Skip the base project out validity check and add the reference.

Applies to