gpt4 book ai didi

.net - 在 Visual Studio 的 Intellisense 中隐藏接口(interface)方法

转载 作者:行者123 更新时间:2023-12-01 13:25:15 25 4
gpt4 key购买 nike

我有一个接口(interface),它有很多方法。在实现类时,我不应该在 Intellisense 中看到这些方法。我怎样才能做到这一点?

最佳答案

您可以使用 EditorBrowsableAttribute 关于你的方法。

EditorBrowsableAttribute Specifies that a property or method is viewable in an editor. EditorBrowsableAttribute is a hint to a designer indicating whether a property or method is to be displayed. You can use this type in a visual designer or text editor to determine what is visible to the user. For example, the IntelliSense engine in Visual Studio uses this attribute to determine whether to show a property or method.



就像是
   [EditorBrowsable(EditorBrowsableState.Never)]
  public void GetId()
   {
}

关于.net - 在 Visual Studio 的 Intellisense 中隐藏接口(interface)方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8870722/

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