如何突出显示评论中的类型?

How to highlight a type in comment?

我看到以下评论并注意到 Visual Studio 突出显示了类型 (DateTime)。

如何在我自己的 C# 注释中执行此操作?

您可以为此使用 <see cref=""> 标签:

<see cref="DateTime">

我想这就是你需要的:位置:Tools/Options/Envoirment/Fonts and Colors

使用 <see cref="member"/>

我认为这是answer