查看 MSDN 文档而不会出现继承混乱?

发布于 2024-12-22 04:49:39 字数 456 浏览 4 评论 0原文

类的 MSDN 文档包含许多继承的属性和方法。我认为这很混乱并且大大降低了可用性。

例如,查看 这里,在 BitmapSource 类。你实在看不出这门课有什么特别之处。一切都是遗传的,遗传的,遗传的。

它认为如果某些东西是继承的,那么它应该在 BASE 类中记录。因此,如果哺乳动物母乳喂养和狗吠叫,我会去看哺乳动物母乳喂养的文档(无论如何,阅读相关内容:),以及狗吠叫的文档。当然,如果某些内容被覆盖,它也应该出现在派生类的文档中,例如 BitmapSource.Height 中。

那么:有没有办法查看隐藏继承混乱的 MSDN 文档? URL 的一些变化、开关、离线帮助、实用程序?

MSDN documentation for classes contain many inherited properties and methods. I think this is clutter and greatly reduces the usability.

For example, take look here, at the BitmapSource class. You can't really see what's special about this class. Everying is inherited, inherited, inherited.

It think that if something is inherited then it should be doucmented at the BASE class. So if a Mamnal BreastFeeds and a Dog Barks, I would go to the documenation of Mammal for breast feeding (anyhow, to read about it :), and for that of Dog for barking. Of course, if something is over-ridden, it should also appear at the derived class's documentation such as in BitmapSource.Height.

So: Is there a way to view MSDN documentation hiding the inherited clutter? Some variation on the Url, a switch, offline help, a utility?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

总攻大人 2024-12-29 04:49:39

好的,找到了解决方案:Visual Studio 的对象浏览器。更容易理解了!

OK, found the solution: Visual Studio's Object Browser. SO much more understandable!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文