cref不会在对象浏览器中创建链接

 手机用户2502883445 发布于 2023-02-11 15:32

我在C#2010类库中有以下代码:

/// 
/// Execute all enable tests synchronously.
/// Function may throw exception if executed in invalid state (for example, all tests are disabled).
/// If function doesn't throw exception, this doesn't mean, that all tests succeeded. After function 
/// finished, it is necessary to check the state of all tests.
/// Function is synchronous and may take a long time to execute.
/// Use  function to stop this function from another thread.
/// 
/// 
public static void SiX_Dg_Execute()
{
}

public static void SiX_Dg_RequestStop()
{
}

当我在Visual C#Express对象浏览器中打开此库时,XML注释以这种方式显示:

对象Broser

exception cref生成有效链接,但see cref显示为纯文本,添加了完整名称空间.如何使此链接正常工作?

撰写答案
今天,你开发时遇到什么问题呢?
立即提问
热门标签
PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有