Api MemberChild Elements Property
This read-only property returns an enumerable list of child element IDs for those topics that have them
Definition
Namespace: Sandcastle.Core.Reflection
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 IEnumerable<string> ChildElements { get; }VB
Public ReadOnly Property ChildElements As IEnumerable(Of String)
GetC++
public:
property IEnumerable<String^>^ ChildElements {
IEnumerable<String^>^ get ();
}F#
member ChildElements : IEnumerable<string> with get