Api Filter CollectionProject Property
This is used to get or set a reference to the project that owns the collection
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#
public ISandcastleProject Project { get; set; }VB
Public Property Project As ISandcastleProject
Get
SetC++
public:
property ISandcastleProject^ Project {
ISandcastleProject^ get ();
void set (ISandcastleProject^ value);
}F#
member Project : ISandcastleProject with get, setProperty Value
ISandcastleProjectRemarks
This is used by collection editors to get a reference to the owning project. Child
collections do not contain a reference to the project file.