Click or drag to resize
Sandcastle Help File BuilderBasePropertyPageSetProject Method
The environment calls this to set the currently selected project that the property page should show.

Namespace: SandcastleBuilder.Package.PropertyPages
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
public void SetProject(
	SandcastleProject currentProject
)

Parameters

currentProject
Type: SandcastleBuilder.UtilsSandcastleProject
The current help file builder project
See Also