如何在 MSDN 中仅查看 .NET 类添加的属性/方法,而不是继承的属性/方法?

发布于 2024-10-03 02:28:39 字数 252 浏览 1 评论 0原文

例如,ContextMenu WPF 类 文档(离线或在线)有一页又一页的属性和方法。我可以以某种方式过滤它们,并且只看到由 ContextMenu 添加的内容,例如 StaysOpen 吗?

For example, the ContextMenu WPF class documentation (either offline or online) has pages and pages of properties and methods. Can I filter them somehow and only see the ones added by ContextMenu, like StaysOpen?

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

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

发布评论

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

评论(1

百变从容 2024-10-10 02:28:39

在该页面左侧的树结构中,单击 ContextMenu 属性 ,然后您会看到另一个充满属性的页面,但如果您再次向左看,您只会看到属于 ContextMenu 类的属性。

In the tree structure on the left of that page, click on ContextMenu Properties , you then get another page full of properties, but if you look to the left again you see just the properties belonging to the ContextMenu class.

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