IBuild ProcessHelp Viewer Files Property
This read-only property is used to get a list of the MS Help Viewer (MSHC) files that were built
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#
Collection<string> HelpViewerFiles { get; }VB
ReadOnly Property HelpViewerFiles As Collection(Of String)
GetC++
property Collection<String^>^ HelpViewerFiles {
Collection<String^>^ get ();
}F#
abstract HelpViewerFiles : Collection<string> with getProperty Value
CollectionStringRemarks
If the MS Help Viewer format was not built, this returns an empty collection