This public enumerated type defines the optional visible items in the help file.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.3.0

Syntax

C#
[SerializableAttribute]
[FlagsAttribute]
public enum VisibleItems
Visual Basic
<SerializableAttribute> _
<FlagsAttribute> _
Public Enumeration VisibleItems

Members

Member nameValueDescription
None0None of the optional items are visible.
Attributes1Document attributes.
ExplicitInterfaceImplementations2Document explicit interface implementations.
InheritedMembers4Document inherited members.
InheritedFrameworkMembers8Document inherited framework members. For this to work, InheritedMembers must also be enabled.
Internals16Document internal members.
Privates32Document private members.
Protected64Document protected members.
ProtectedInternalAsProtected128Document "protected internal" members as "protected" only.
SealedProtected256Document protected members of sealed classes. For this to work, Protected must also be enabled.
PrivateFields512Document private fields. For this to work, Privates must also be enabled.
InheritedFrameworkPrivateMembers1024Document inherited private framework members. For this to work InheritedFrameworkMembers must also be enabled.
InheritedFrameworkInternalMembers2048Document inherited internal framework members. For this to work InheritedFrameworkMembers must also be enabled.

See Also