如何在 MSDN 中仅查看 .NET 类添加的属性/方法,而不是继承的属性/方法?
例如,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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在该页面左侧的树结构中,单击 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.