__VSREFERENCEQUERYRESULT Enumeration
Specifies the result of a reference query.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Public Enumeration __VSREFERENCEQUERYRESULT
public enum __VSREFERENCEQUERYRESULT
public enum class __VSREFERENCEQUERYRESULT
type __VSREFERENCEQUERYRESULT
public enum __VSREFERENCEQUERYRESULT
Members
Member name | Description | |
---|---|---|
REFERENCE_ALLOW | The reference is allowed. | |
REFERENCE_DENY | The reference is not allowed. | |
REFERENCE_UNKNOWN | The system cannot determine if the reference is allowed. |