__VSREFERENCECHANGEOPERATION Enumeration

 

Specifies the operation to be applied to a reference by a client.

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

public enum __VSREFERENCECHANGEOPERATION

Member nameDescription
VSREFERENCECHANGEOPERATION_ADD

The reference is added.

VSREFERENCECHANGEOPERATION_REMOVE

The reference is removed.

Return to top
Show: