TYPEFLAGS 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.
This enumeration supports a bitwise combination of its member values.
public enum class TYPEFLAGS
C++/CX
public enum class TYPEFLAGS
enum TYPEFLAGS
[System.Flags]
public enum TYPEFLAGS
[<System.Flags>]
type TYPEFLAGS =
Public Enum TYPEFLAGS
- Inheritance
-
TYPEFLAGS
- Attributes
Name | Value | Description |
---|---|---|
TYPEFLAG_FAPPOBJECT | 1 | |
TYPEFLAG_FCANCREATE | 2 | |
TYPEFLAG_FLICENSED | 4 | |
TYPEFLAG_FPREDECLID | 8 | |
16 | ||
TYPEFLAG_FCONTROL | 32 | |
TYPEFLAG_FDUAL | 64 | |
TYPEFLAG_FNONEXTENSIBLE | 128 | |
TYPEFLAG_FOLEAUTOMATION | 256 | |
TYPEFLAG_FRESTRICTED | 512 | |
TYPEFLAG_FAGGREGATABLE | 1024 | |
TYPEFLAG_FREPLACEABLE | 2048 | |
TYPEFLAG_FDISPATCHABLE | 4096 | |
TYPEFLAG_FREVERSEBIND | 8192 | |
TYPEFLAG_FPROXY | 16384 |
Produkt | Wersje |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |