__VSREFERENCECHANGEOPERATIONRESULT Enumeration

 

Specifies the result of applying a change to a reference by the client.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

public enum __VSREFERENCECHANGEOPERATIONRESULT

Member nameDescription
VSREFERENCECHANGEOPERATIONRESULT_ALLOW

The change was allowed.

VSREFERENCECHANGEOPERATIONRESULT_DENY

The change was denied.

Return to top
Show: