ISandcastle ProjectDocument Explicit Interface Implementations Property
This read-only property is used to get whether or not explicit interface implementations 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 DocumentExplicitInterfaceImplementations { get; }VB
ReadOnly Property DocumentExplicitInterfaceImplementations As Boolean
GetC++
property bool DocumentExplicitInterfaceImplementations {
bool get ();
}F#
abstract DocumentExplicitInterfaceImplementations : bool with get