_VSOBJCFFLAGS 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 single or multi-select clipboard flag.
This enumeration supports a bitwise combination of its member values.
public enum class _VSOBJCFFLAGS
C++/CX
public enum class _VSOBJCFFLAGS
enum _VSOBJCFFLAGS
[System.Flags]
public enum _VSOBJCFFLAGS
[<System.Flags>]
type _VSOBJCFFLAGS =
Public Enum _VSOBJCFFLAGS
- Inheritance
-
_VSOBJCFFLAGS
- Attributes
Name | Value | Description |
---|---|---|
CFF_NONE | 0 | Object is not part of a multi-select operation. |
CFF_MULTISELECT | 1 | Object is part of a multi-select operation. |
From vsshell.idl:
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |