Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 999 Bytes

interoperating-with-other-languages-c-cx.md

File metadata and controls

19 lines (13 loc) · 999 Bytes
description title ms.date ms.assetid
Learn more about: Interoperating with Other Languages (C++/CX)
Interoperating with Other Languages (C++/CX)
12/30/2016
f74db99f-7dbd-421e-99e6-c34bbebf5cea

Interoperating with Other Languages (C++/CX)

This part of the documentation describes how to use C++/CX to author Windows Runtime components that can be consumed by other programming languages and libraries. You can also author components that can't be consumed by all languages. This section describes different aspects to consider when your C++/CX application interoperates with components that are written by using JavaScript, a .NET Framework managed language, or the Windows Runtime C++ Template Library.

Related topics