RuntimeClassType Enumeration
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at RuntimeClassType Enumeration.
Specifies the type of RuntimeClass instance that is supported.
enum RuntimeClassType;
Values
| Name | Description |
|---|---|
ClassicCom | A classic COM runtime class. |
Delegate | Equivalent to ClassicCom. |
InhibitFtmBase | Disables FtmBase support while __WRL_CONFIGURATION_LEGACY__ is not defined. |
InhibitWeakReference | Disables weak reference support. |
WinRt | A Windows Runtime class. |
WinRtClassicComMix | A combination of WinRt and ClassicCom. |
Header: implements.h
Namespace: Microsoft::WRL
Show: