gpt4 book ai didi

c# - cref 不在对象浏览器中创建链接

转载 作者:数据小太阳 更新时间:2023-10-29 01:59:01 24 4
gpt4 key购买 nike

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

/// <summary>
/// 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 <see cref="SiX_Dg_RequestStop"/> function to stop this function from another thread.
/// </summary>
/// <exception cref="AtpException"></exception>
public static void SiX_Dg_Execute()
{
}

public static void SiX_Dg_RequestStop()
{
}

当我在 Visual C# Express 对象浏览器中打开这个库时,XML 注释是这样显示的:

Object Broser

exception cref 生成有效链接,但 see cref 显示为纯文本,添加了完整的命名空间。我怎样才能使这个链接有效?

最佳答案

我认为visual studio的对象资源管理器没有实现那种链接。查看方法“System._AppDomain.ExecuteAssembly”的联机文档msdn有关您需要的示例,请查看对象浏览器。在第一个中有一个链接,但在第二个中没有链接。

关于c# - cref 不在对象浏览器中创建链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20517119/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com