Click or drag to resize
Sandcastle Help File BuilderVisibleItems Enumeration
This public enumerated type defines the optional visible items in the help file

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
[SerializableAttribute]
[FlagsAttribute]
public enum VisibleItems
Members
  Member nameValueDescription
None0None of the optional items are documented. Only public types and members will be documented.
Attributes1Document attributes.
ExplicitInterfaceImplementations2Document explicit interface implementations.
InheritedMembers4Document inherited members.
InheritedFrameworkMembers8Document inherited framework members. For this to work, InheritedMembers must also be enabled.
InheritedFrameworkInternalMembers16Document inherited internal framework members. For this to work InheritedFrameworkMembers must also be enabled.
InheritedFrameworkPrivateMembers32Document inherited private framework members. For this to work InheritedFrameworkMembers must also be enabled.
Internals64Document internal members.
Privates128Document private members.
PrivateFields256Document private fields. For this to work, Privates must also be enabled.
Protected512Document protected members.
SealedProtected1024Document protected members of sealed classes. For this to work, Protected must also be enabled.
ProtectedInternalAsProtected2048Document "protected internal" members as "protected" only.
NoPIATypes4096Document no-PIA (Primary Interop Assembly) embedded COM types.
See Also