We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84b579 commit f000929Copy full SHA for f000929
docs/preprocessor/hash-using-directive-cpp.md
@@ -1,5 +1,5 @@
1
---
2
-title: "#using Directive (C++/CLR) | Microsoft Docs"
+title: "#using Directive (C++/CLI) | Microsoft Docs"
3
ms.custom: ""
4
ms.date: "11/04/2016"
5
ms.technology: ["cpp-tools"]
@@ -12,7 +12,7 @@ author: "corob-msft"
12
ms.author: "corob"
13
ms.workload: ["cplusplus"]
14
15
-# #using Directive (C++/CLR)
+# #using Directive (C++/CLI)
16
Imports metadata into a program compiled with [/clr](../build/reference/clr-common-language-runtime-compilation.md).
17
18
## Syntax
@@ -101,4 +101,4 @@ int main() {
101
```
102
103
## See Also
104
- [Preprocessor Directives](../preprocessor/preprocessor-directives.md)
+ [Preprocessor Directives](../preprocessor/preprocessor-directives.md)
0 commit comments