Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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. |