| TopicParent 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 TopicCollection Parent { get; }
Public ReadOnly Property Parent As TopicCollection
Get
public:
property TopicCollection^ Parent {
TopicCollection^ get ();
}
member Parent : TopicCollection with get
Property Value
Type:
TopicCollectionRemarks This is used by the designer to move items around within
the collection.
See Also