_VSOBJOPFLAGS Enumeration
Visual Studio 2015
Specifies rename and delete operation flags.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| OPF_FIRSTITEM | Object is the first item of a multi-selection. | |
| OPF_LASTITEM | Object is the last item of a multi-selection. | |
| OPF_MULTISELECT | Object is part of a multi-selection. | |
| OPF_NONE | No flags are specified. . |
From vsshell.idl:
Show: