ISandcastle ProjectDocument Editor Browsable Never Property
This read-only property is used to get whether or not members marked with an
EditorBrowsableAttribute set to Never are documented.
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
bool DocumentEditorBrowsableNever { get; }VB
ReadOnly Property DocumentEditorBrowsableNever As Boolean
GetC++
property bool DocumentEditorBrowsableNever {
bool get ();
}F#
abstract DocumentEditorBrowsableNever : bool with get