Specifies rename and delete operation flags.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration _VSOBJOPFLAGS
[FlagsAttribute]
public enum _VSOBJOPFLAGS
[FlagsAttribute]
public enum class _VSOBJOPFLAGS
[<FlagsAttribute>]
type _VSOBJOPFLAGS
public enum _VSOBJOPFLAGS
Members
| 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. . | 
Remarks
COM Signature
From vsshell.idl: