_VSOBJOPFLAGS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies rename and delete operation flags.
This enumeration supports a bitwise combination of its member values.
public enum class _VSOBJOPFLAGS
public enum class _VSOBJOPFLAGS
enum _VSOBJOPFLAGS
[System.Flags]
public enum _VSOBJOPFLAGS
[<System.Flags>]
type _VSOBJOPFLAGS =
Public Enum _VSOBJOPFLAGS
- Inheritance
-
_VSOBJOPFLAGS
- Attributes
Fields
OPF_FIRSTITEM | 2 | Object is the first item of a multi-selection. |
OPF_LASTITEM | 4 | Object is the last item of a multi-selection. |
OPF_MULTISELECT | 1 | Object is part of a multi-selection. |
OPF_NONE | 0 | No flags are specified. . |
Remarks
COM Signature
From vsshell.idl: