__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)

public enum __VSREFERENCEQUERYRESULT

Member nameDescription
REFERENCE_ALLOW

The reference is allowed.

REFERENCE_DENY

The reference is not allowed.

REFERENCE_UNKNOWN

The system cannot determine if the reference is allowed.

Return to top
Show: