| LaunchMSHelpViewerDlg Constructor |
Constructor
Namespace: SandcastleBuilder.MicrosoftHelpViewerAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public LaunchMSHelpViewerDlg(
SandcastleProject currentProject,
string helpViewerPath
)
Public Sub New (
currentProject As SandcastleProject,
helpViewerPath As String
)
public:
LaunchMSHelpViewerDlg(
SandcastleProject^ currentProject,
String^ helpViewerPath
)
new :
currentProject : SandcastleProject *
helpViewerPath : string -> LaunchMSHelpViewerDlg
Parameters
- currentProject
- Type: SandcastleBuilder.UtilsSandcastleProject
The current project - helpViewerPath
- Type: SystemString
The path to the MS Help Viewer
See Also