Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The latest version of this topic can be found at <para> (Visual C++).
The <para> tag is for use inside a tag, such as <summary>, <remarks>, or <returns>, and lets you add structure to the text.
Syntax
<para>content</para>
Parameters
content
The text of the paragraph.
Remarks
Compile with /doc to process documentation comments to a file.
Example
See <summary> for an example of using <para>.