问题描述
如何从Sandcastle生成的文档中隐藏从Object类继承的方法(例如Equals,Finalize,GetHashCode,GetType等).我有一个名为LicenseManager的类,它具有一个方法,并且Object继承的方法阻塞了显示.
How can I hide methods that are inherited from the Object class (such as Equals, Finalize, GetHashCode, GetType, etc...) from Sandcastle-generated documentation. I have a class called LicenseManager that has a single method, and the Object inherited methods are clogging the display.
我正在使用最新版本的Sandcastle + Sandcastle帮助文件生成器.
I am using the latest version of Sandcastle + Sandcastle Help File Builder.
http://cl.ly/3Y2p1C0m1a3f160z0y2v
推荐答案
在"Sandcastle帮助文件生成器"中找到了执行此操作的选项.
Found an option in "Sandcastle Help File Builder" that does this.
在可见性"选项组中设置(DocumentInheritedFrameworkMembers = false).
Set (DocumentInheritedFrameworkMembers = false) in the Visibility option group.
这篇关于隐藏从Sandcastle生成的文档中从Object继承的方法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!