| TocEntryParent Property |
This is used to track the topic's parent collection
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public TocEntryCollection Parent { get; }
Public ReadOnly Property Parent As TocEntryCollection
Get
public:
property TocEntryCollection^ Parent {
TocEntryCollection^ get ();
}
member Parent : TocEntryCollection with get
Property Value
Type:
TocEntryCollectionRemarks This is used by the designer to move items around within
the collection.
See Also