Topic CollectionMSHVRoot Content Container Property
This is used to get the topic that will serve as the root content container in MS Help Viewer output
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
This will return null if one is not defined
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public Topic MSHVRootContentContainer { get; }VB
Public ReadOnly Property MSHVRootContentContainer As Topic
GetC++
public:
property Topic^ MSHVRootContentContainer {
Topic^ get ();
}F#
member MSHVRootContentContainer : Topic with getProperty Value
TopicThis will return null if one is not defined