Skip to content

Latest commit

 

History

History
71 lines (59 loc) · 1.43 KB

File metadata and controls

71 lines (59 loc) · 1.43 KB
title <code> (Visual C++) | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
devlang-cpp
ms.tgt_pltfrm
ms.topic article
f1_keywords
code
<code>
dev_langs
C++
helpviewer_keywords
<code> C++ XML tag
code C++ XML tag
ms.assetid 687db3f8-d435-4a90-b781-8da503fa39bc
caps.latest.revision 8
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
ru-ru
zh-cn
zh-tw
translation.priority.mt
cs-cz
pl-pl
pt-br
tr-tr
translationtype Human Translation
ms.sourcegitcommit 3168772cbb7e8127523bc2fc2da5cc9b4f59beb8
ms.openlocfilehash d7db9abe5d927f1d64cbde1e7b3153c1a7771de1

<code> (Visual C++)

The <code> tag gives you a way to indicate one or more lines as code.

Syntax

<code>content</code>  

Parameters

content
The text you want marked as code.

Remarks

Use <c> to indicate a portion of text should be marked as code.

Compile with /doc to process documentation comments to a file.

Example

See the <example> topic for an example of how to use the <code> tag.

See Also

XML Documentation