Click or drag to resize
Sandcastle Help File BuilderReferenceItemCollectionAddProjectReference Method
Add a new project reference item to the collection

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public ProjectReferenceItem AddProjectReference(
	string projectPath
)

Parameters

projectPath
Type: SystemString
The path to the project

Return Value

Type: ProjectReferenceItem
The ProjectReferenceItem added to the project. If the named item already exists in the collection a reference to the existing item is returned.
See Also