仅在对象资源管理器中搜索特定命名空间内。

huangapple go评论62阅读模式
英文:

Search only inside a specific namespace in Object Explorer

问题

You can search the Object Browser in Visual Studio 2022 by typing in the search bar. However, this searches across all namespaces, which can be overwhelming. To search within a specific namespace, like "PnP.Framework" in the screenshot you provided, you can try the following:

在Visual Studio 2022的对象浏览器中,您可以在搜索栏中输入内容进行搜索。然而,这将搜索所有命名空间,这通常会太多了。要在特定命名空间内搜索,比如您提供的截图中的 "PnP.Framework",您可以尝试以下方法:

英文:

Its possible to search the Object Browser of Visual Studio 2022 with typing something in the search bar.
However, this searches all namespaces, what is usually a way too much.

Can you tell me if there is any way how one can search only one namespace?
For example in this screenshot I would like to search only inside PnP.Framework:

仅在对象资源管理器中搜索特定命名空间内。

答案1

得分: 1

你可以通过将PnP.Framework添加到自定义组件集来指定在PnP.Framework中进行搜索。以下是将log4net.Core添加到自定义组件集的方法:

  1. 在对象浏览器的浏览器中选择编辑自定义组件集

  2. 转到解决方案的bin/Debug文件夹下,浏览以选择显卡并找到相应的dll

  3. 单击相应的dll => 单击添加 => 单击确定

  4. 此时,自定义组件集中的搜索只能在log4net.Core中进行搜索

英文:

You can specify to search in PnP.Framework by adding PnP.Framework to the custom component set. The following is the method of adding log4net.Core to the custom component set:

  1. Select Edit Custom Component Set in the Browser of the Object Browser

仅在对象资源管理器中搜索特定命名空间内。

  1. Go to the bin/Debug folder of the solution under Browse to select the graphics card and find the corresponding dll

仅在对象资源管理器中搜索特定命名空间内。

  1. Click the corresponding dll=>click Add=>click OK

仅在对象资源管理器中搜索特定命名空间内。

  1. At this time, the search in Custom Component Set can only be searched in log4net.Core

仅在对象资源管理器中搜索特定命名空间内。

huangapple
  • 本文由 发表于 2023年6月27日 18:04:57
  • 转载请务必保留本文链接:https://go.coder-hub.com/76563768.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定