_VSOBJCFFLAGS 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 single or multi-select clipboard flag.
This enumeration supports a bitwise combination of its member values.
public enum class _VSOBJCFFLAGS
public enum class _VSOBJCFFLAGS
enum _VSOBJCFFLAGS
[System.Flags]
public enum _VSOBJCFFLAGS
[<System.Flags>]
type _VSOBJCFFLAGS =
Public Enum _VSOBJCFFLAGS
- Inheritance
-
_VSOBJCFFLAGS
- Attributes
Fields
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. |
Remarks
COM Signature
From vsshell.idl: