Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Specifies the type of RuntimeClass instance that is supported.
Syntax
enum RuntimeClassType;
Members
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. |
Requirements
Header: implements.h
Namespace: Microsoft::WRL