| BasePropertyPageCurrentProject Property |
This read-only property returns the project manager for the property page
Namespace: SandcastleBuilder.Package.PropertyPagesAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax protected SandcastleProject CurrentProject { get; }
Protected ReadOnly Property CurrentProject As SandcastleProject
Get
protected:
property SandcastleProject^ CurrentProject {
SandcastleProject^ get ();
}
member CurrentProject : SandcastleProject with get
Property Value
Type:
SandcastleProjectSee Also