ProjectElement(SandcastleProject, ProjectItem) Constructor

This constructor is used to wrap an existing project item

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
protected ProjectElement(
	SandcastleProject project,
	ProjectItem existingItem
)

Parameters

project  SandcastleProject
The project that owns the item
existingItem  ProjectItem
The existing item

See Also