IFile ItemProject Property
This read-only property is used to get the containing project
Definition
Namespace: Sandcastle.Core.Project
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#
ISandcastleProject Project { get; }VB
ReadOnly Property Project As ISandcastleProject
GetC++
property ISandcastleProject^ Project {
ISandcastleProject^ get ();
}F#
abstract Project : ISandcastleProject with get