__VSREFERENCEQUERYRESULT 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.
Specifies the result of a reference query.
public enum class __VSREFERENCEQUERYRESULT
public enum class __VSREFERENCEQUERYRESULT
enum __VSREFERENCEQUERYRESULT
public enum __VSREFERENCEQUERYRESULT
type __VSREFERENCEQUERYRESULT =
Public Enum __VSREFERENCEQUERYRESULT
- Inheritance
-
__VSREFERENCEQUERYRESULT
Fields
REFERENCE_ALLOW | 0 | The reference is allowed. |
REFERENCE_DENY | 1 | The reference is not allowed. |
REFERENCE_UNKNOWN | 2 | The system cannot determine if the reference is allowed. |