_VSOBJOPFLAGS Enum
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
C++/CX
public enum class _VSOBJOPFLAGS
enum _VSOBJOPFLAGS
[System.Flags]
public enum _VSOBJOPFLAGS
[<System.Flags>]
type _VSOBJOPFLAGS =
Public Enum _VSOBJOPFLAGS
- Inheritance
-
_VSOBJOPFLAGS
- Attributes
Name | Value | Description |
---|---|---|
OPF_NONE | 0 | No flags are specified. . |
OPF_MULTISELECT | 1 | Object is part of a multi-selection. |
OPF_FIRSTITEM | 2 | Object is the first item of a multi-selection. |
OPF_LASTITEM | 4 | Object is the last item of a multi-selection. |
From vsshell.idl:
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |