Xml Comments File CollectionContains Inherited Documentation Property
This read-only property returns true if any of the comments files contain an inheritdoc,
AttachedPropertyComments, or AttachedEventComments tag indicating that the Inherited
Documentation tool will need to be ran.
Definition
Namespace: Sandcastle.Core.BuildEngine
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#
public bool ContainsInheritedDocumentation { get; }VB
Public ReadOnly Property ContainsInheritedDocumentation As Boolean
GetC++
public:
property bool ContainsInheritedDocumentation {
bool get ();
}F#
member ContainsInheritedDocumentation : bool with get