How to see in MSDN only the properties/methods added by a .NET class, and not those inherited?
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
?
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.
精彩评论