Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
The articles in this section of the documentation describe namespaces that support the compiler for C++/CX.
Compiler-supplied namespaces
To simplify the coding of programs that target the Windows Runtime, the C++/CX compiler and its supporting header files provide namespaces that define a wide range of types. The namespaces define the built-in numeric types; strings, arrays, and collections; C++ exceptions that represent Windows Runtime errors; and language-specific enhancements to standard Windows Runtime types.
Related topics
| Title | Description |
|---|---|
| default namespace | Contains descriptions of built-in, fundamental types. |
| Platform namespace | Contains descriptions of types that you can use, and also internal types that are used only by the compiler infrastructure. |
| Windows::Foundation::Collections Namespace | Contains descriptions of enhancements and extensions to the Windows Runtime Windows::Foundation::Collections namespace. |