TYPEKIND 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.
public enum class TYPEKIND
C++/CX
public enum class TYPEKIND
enum TYPEKIND
public enum TYPEKIND
type TYPEKIND =
Public Enum TYPEKIND
- Inheritance
-
TYPEKIND
Name | Value | Description |
---|---|---|
TKIND_ENUM | 0 | |
TKIND_RECORD | 1 | |
TKIND_MODULE | 2 | |
TKIND_INTERFACE | 3 | |
TKIND_DISPATCH | 4 | |
TKIND_COCLASS | 5 | |
TKIND_ALIAS | 6 | |
TKIND_UNION | 7 | |
TKIND_MAX | 8 |
Produkt | Wersje |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |